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

Home

 
4D v20 R7
SVG_SET_VIEWPORT_FILL

SVG_SET_VIEWPORT_FILL 


 

SVG_SET_VIEWPORT_FILL ( svgObject {; color {; opacity}} ) 
Parameter Typ   Beschreibung
svgObject  SVG_Ref in Reference of SVG element
color  String in Fill color
opacity  Lange Ganzzahl in Percentage of opacity

The SVG_SET_VIEWPORT_FILL command can be used to set the background color of an SVG document having the svgObject reference.

If this attribute already exists, its value is replaced by the value passed as parameter. If svgObject is an SVG element that does not accept this attribute, an error is generated.

The optional color parameter indicates the color to be used for the picture background. If this parameter is omitted or contains an empty string, white will be used. For more information about colors, please refer to the SVG Colors section.

The optional opacity parameter can be used to specify the value of the percentage of opacity to be applied to this fill. If this parameter is omitted or if no opacity has been specified for the document, the value 100% is used.



Siehe auch 

SVG Colors

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Attributes
Nummer: 705083

Dieser Befehl kann in preemptive Prozessen laufen

 
SEITENINHALT 
 
GESCHICHTE 

Erstellt: Composant 4D SVG v11.3

 
ARTIKELVERWENDUNG

4D SVG ( 4D v20 R7)