Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
SVG_Define_clip_path
|
SVG_Define_clip_path ( parentSVGObject ; clipPathID ) -> Funktionsergebnis | ||||||||
Parameter | Typ | Beschreibung | ||||||
parentSVGObject | SVG_Ref |
![]() |
Reference of parent element | |||||
clipPathID | Text |
![]() |
Name of clip path | |||||
Funktionsergebnis | SVG_Ref |
![]() |
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.
Produkt: 4D
Thema: Structure and Definitions
Nummer:
65891
Erstellt: 4D v12
4D SVG ( 4D v20 R7)