Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R8
SVG_Define_symbol
|
SVG_Define_symbol ( parentSVGObject ; id {; x {; y {; width {; height {; mode}}}}} ) -> Funktionsergebnis | ||||||||
Parameter | Typ | Beschreibung | ||||||
parentSVGObject | SVG_Ref |
![]() |
Reference of parent element | |||||
id | String |
![]() |
Name of symbol | |||||
x | Lange Ganzzahl |
![]() |
X position of viewbox | |||||
y | Lange Ganzzahl |
![]() |
Y position of viewbox | |||||
width | Lange Ganzzahl |
![]() |
Width of viewbox | |||||
height | Lange Ganzzahl |
![]() |
Height of viewbox | |||||
mode | String |
![]() |
Adjustment to viewbox | |||||
Funktionsergebnis | SVG_Ref |
![]() |
Reference of symbol | |||||
The SVG_Define_symbol command creates a symbol in the SVG container designated by parentSVGObject and returns its reference. If parentSVGObject is not an SVG document, an error is generated.
A symbol object is used to specify graphic objects that may be instantiated using the SVG_Use command.
The id parameter specifies the name of the symbol.
The optional x, y, width and height parameters specify the viewbox rectangle ('viewBox' attribute).
The optional mode parameter can be used to indicate if the graphic must be fitted, and how so, to the size of the viewbox. For more information about this point, please refer to the description of the SVG_New command.
Refer to the description of the SVG_Use command.
Produkt: 4D
Thema: Structure and Definitions
Nummer:
65983
Erstellt: Composant 4D SVG v11.3
4D SVG ( 4D v20 R8)