Commands and Topics for Drawing
- SVG_ADD_POINT (parentSVGObject; x; y{; x2; y2; ...; xN; yN})
- SVG_New_arc (parentSVGObject; x; y; radius; start; end{; foregroundColor{; backgroundColor{; strokeWidth}}})
SVG_Ref
- SVG_New_circle (parentSVGObject; x; y; radius{; foregroundColor{; backgroundColor{; strokeWidth}}})
SVG_Ref
- SVG_New_ellipse (parentSVGObject; x; y; xRadius; yRadius{; foregroundColor{; backgroundColor{; strokeWidth}}})
SVG_Ref
- SVG_New_ellipse_bounded (parentSVGObject; x; y; width; height{; foregroundColor{; backgroundColor{; strokeWidth}}})
SVG_Ref
- SVG_New_embedded_image (parentSVGObject; picture{; x{; y}})
SVG_Ref
- SVG_New_image (parentSVGObject; url{; x{; y{; width{; height}}}})
SVG_Ref
- SVG_New_line (parentSVGObject; startX; startY; endX; endY{; color{; strokeWidth}})
SVG_Ref
- SVG_New_path (parentSVGObject; x; y{; foregroundColor{; backgroundColor{; strokeWidth}}})
SVG_Ref
- SVG_New_polygon (parentSVGObject{; points{; foregroundColor{; backgroundColor{; strokeWidth}}}})
SVG_Ref
- SVG_New_polygon_by_arrays (parentSVGObject; xArrayPointer; yArrayPointer{; foregroundColor{; backgroundColor{; strokeWidth}}})
SVG_Ref
- SVG_New_polyline (parentSVGObject{; points{; foregroundColor{; backgroundColor{; strokeWidth}}}})
SVG_Ref
- SVG_New_polyline_by_arrays (parentSVGObject; xArrayPointer; yArrayPointer{; foregroundColor{; backgroundColor{; strokeWidth}}})
SVG_Ref
- SVG_New_rect (parentSVGObject; x; y; width; height{; roundedX{; roundedY{; foregroundColor{; backgroundColor{; strokeWidth}}}}})
SVG_Ref
- SVG_New_regular_polygon (parentSVGObject; width; number{; x{; y{; foregroundColor{; backgroundColor{; strokeWidth}}}}})
SVG_Ref
- SVG_PATH_ARC (parentSVGObject; xRadius; yRadius; x; y{; rotation})
- SVG_PATH_CLOSE (parentSVGObject)
- SVG_PATH_CURVE (parentSVGObject{; controlStartX; controlStartY; }controlEndX; controlEndY; x; y)
- SVG_PATH_LINE_TO (parentSVGObject; x{; y}{; x2; y2; ...; xN; yN})
- SVG_PATH_MOVE_TO (parentSVGObject; x; y)
- SVG_PATH_QCURVE (parentSVGObject{; controlX; controlY; }x; y)
- SVG_Use (parentSVGObjec; id{; x{; y{; width{; height{; mode}}}}})
SVG_Ref
Other related commands:
- SVG_SET_ROUNDING_RECT (svgObject; roundedX{; roundedY}) -- Theme: Attributes
- SVG_Open_picture (picture)
SVG_Ref -- Theme: Documents
- SVG_Define_symbol (parentSVGObject; id{; x{; y{; width{; height{; mode}}}}})
SVG_Ref -- Theme: Structure and Definitions