Commands and Topics for Attributes
SVG_GET_ATTRIBUTES
(svgObject; namesArrayPointer; valuesArrayPointer)
SVG_Get_ID
(svgObject)
String
SVG_SET_ATTRIBUTES
(svgObject; attributeName; attributeValue{; attributeName2; attributeValue2; ...; attributeNameN; attributeValueN})
SVG_SET_ATTRIBUTES_BY_ARRAYS
(svgObject; namesArrayPointer; valuesArrayPointer)
SVG_SET_DIMENSIONS
(svgObject; width{; height{; unit}})
SVG_SET_FILL_BRUSH
(svgObject; color)
SVG_SET_FILTER
(svgObject; url)
SVG_SET_ID
(svgObject; id)
SVG_SET_MARKER
(svgObject; url{; position})
SVG_SET_OPACITY
(svgObject; background{; line})
SVG_SET_ROUNDING_RECT
(svgObject; roundedX{; roundedY})
SVG_SET_STROKE_BRUSH
(svgObject; color)
SVG_SET_STROKE_LINECAP
(svgObject; mode)
SVG_SET_STROKE_LINEJOIN
(svgObject; mode)
SVG_SET_STROKE_WIDTH
(svgObject; strokeWidth)
SVG_SET_TRANSFORM_FLIP
(svgObject; horizontal{; vertical})
SVG_SET_TRANSFORM_MATRIX
(svgObject; a; b{; c{; d{; e{; f}}}})
SVG_SET_TRANSFORM_ROTATE
(svgObject; angle{; x; y})
SVG_SET_TRANSFORM_SCALE
(svgObject; scaleX{; scaleY})
SVG_SET_TRANSFORM_SKEW
(svgObject; horizontal{; vertical})
SVG_SET_TRANSFORM_TRANSLATE
(svgObject; x{; y})
SVG_SET_VIEWBOX
(svgObject; x; y; width; height{; mode})
SVG_SET_VIEWPORT_FILL
(svgObject{; color{; opacity}})
SVG_SET_VISIBILITY
(svgObject{; hide})
SVG_SET_XY
(svgObject; x{; y})
Other related commands:
SVG_GET_DEFAULT_BRUSHES
(line{; background}) --
Theme:
Colors and Gradients
SVG Colors
--
Theme:
Colors and Gradients
SVG_New_rect
(parentSVGObject; x; y; width; height{; roundedX{; roundedY{; foregroundColor{; backgroundColor{; strokeWidth}}}}})
SVG_Ref --
Theme:
Drawing
SVG Filters
--
Theme:
Filters
SVG_Define_filter
(parentSVGObject; id{; frameX{; frameY{; frameWidth{; frameHeight{; frameUnit{; filterUnit}}}}}})
SVG_Ref --
Theme:
Structure and Definitions
SVG_Define_marker
(parentSVGObject; id{; x{; y{; width{; height{; orientation}}}}})
SVG_Ref --
Theme:
Structure and Definitions
SVG_Find_ID
(name)
SVG_Ref --
Theme:
Utilities