path_seg_list property
path_seg_list property
Provides access to the base (i.e., static) contents of the ‘d’ attribute in a form which matches one-for-one with SVG’s syntax. Thus, if the ‘d’ attribute has an “absolute moveto (M)” and an “absolute arcto (A)” command, then pathSegList will have two entries: a SVG_PATHSEG_MOVETO_ABS and a SVG_PATHSEG_ARC_ABS.
Definition:
@property
def path_seg_list(self):
...
@path_seg_list.setter
def path_seg_list(self, value):
...
See Also
- module
aspose.svg
- class
SVGPathElement
- class
SVGPathSegList