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

Home

 
4D v20 R7
SVG_SET_STROKE_BRUSH

SVG_SET_STROKE_BRUSH 


 

SVG_SET_STROKE_BRUSH ( svgObject ; color ) 
Parameter Typ   Beschreibung
svgObject  SVG_Ref in Reference of SVG element
color  String in Color expression

The SVG_SET_STROKE_BRUSH command can be used to set the color used for the lines of the SVG object having the svgObject reference. If this attribute already exists, its value is replaced by the value passed in the parameter.

For more information about colors, please refer to the “SVG Colors” section.

 $svg:=SVG_New
 $object:=SVG_New_rect($svg;10;10;200;200;0;0;"black";"white";2)
 SVG_SET_STROKE_BRUSH($object;"red")



Siehe auch 

SVG Colors
SVG_GET_DEFAULT_BRUSHES
SVG_SET_FILL_BRUSH

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Attributes
Nummer: 65939

Dieser Befehl kann in preemptive Prozessen laufen

 
SEITENINHALT 
 
GESCHICHTE 

Erstellt: Composant 4D SVG v11.3

 
ARTIKELVERWENDUNG

4D SVG ( 4D v20 R7)