Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20
SVG_SET_STROKE_LINEJOIN

SVG_SET_STROKE_LINEJOIN 


 

SVG_SET_STROKE_LINEJOIN ( svgObject ; mode ) 
Parameter Typ   Beschreibung
svgObject  SVG_Ref in Reference of SVG element
mode  String in Rendering mode

The SVG_SET_STROKE_LINEJOIN command can be used to specify the form of the path peaks of the SVG object having the svgObject reference. If this attribute already exists, its value is replaced by the value passed as parameter.

The mode parameter must contain one of the following values, managed by SVG:

  • miter (default): standard
  • round
  • bevel
  • inherit: inherited from parent object
If the mode parameter contains any other value, an error is generated.



Siehe auch 

SVG_SET_ROUNDING_RECT
SVG_SET_STROKE_LINECAP

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Attributes
Nummer: 705081

Dieser Befehl kann in preemptive Prozessen laufen

 
SEITENINHALT 
 
GESCHICHTE 

Erstellt: Composant 4D SVG v11.3

 
ARTIKELVERWENDUNG

4D SVG ( 4D v20)