Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
SVG_PATH_LINE_TO
|
SVG_PATH_LINE_TO ( parentSVGObject ; x {; y}{; x2 ; y2 ; ... ; xN ; yN} ) | ||||||||
Parameter | Typ | Beschreibung | ||||||
parentSVGObject | SVG_Ref |
![]() |
Reference of parent element | |||||
x | Lange Ganzzahl |
![]() |
Coordinate on X axis of new point(s) | |||||
y | Lange Ganzzahl |
![]() |
Coordinate on Y axis of new point(s) | |||||
The SVG_PATH_LINE_TO command adds one or more straight segments to the path referred by parentSVGObject. If parentSVGObject is not a path reference (‘path’ element), an error is generated.
The x and y parameters can be used to specify the start position of the path in the SVG container.
See the examples for the SVG_New_path command
Produkt: 4D
Thema: Drawing
Nummer:
65964
Erstellt: Composant 4D SVG v11.3
4D SVG ( 4D v20 R7)