4D v16

SVG_Define_clip_path

Home

 
4D v16
SVG_Define_clip_path

SVG_Define_clip_path 


 

SVG_Define_clip_path ( parentSVGObject ; clipPathID ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
parentSVGObject  SVG_Ref in Reference of parent element
clipPathID  Text in Name of clip path
Funktionsergebnis  SVG_Ref in Reference of clip path

The SVG_Define_clip_path command specifies a new clip path in the SVG container designated by parentSVGObject and returns its reference. If parentSVGObject is not (or does not belong to) an SVG document, an error is generated.

The clipPathID parameter designates the name of the clip path. This name will be used to associate a clip path with an object. If an element with the same name already exists in the document, an error is generated. 

See Also: http://www.w3.org/TR/2001/REC-SVG-20010904/masking.html#EstablishingANewClippingPath

Refer to the example of the SVG_SET_CLIP_PATH command.



Siehe auch 

SVG_SET_CLIP_PATH

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Structure and Definitions
Nummer: 65891

 
GESCHICHTE 

Erstellt: 4D v12

 
ARTIKELVERWENDUNG

4D SVG ( 4D v16)