SVGshape is a set of attributes describing how to draw one shape in the SVG,
including stroke and fill styles, line styles, and paths. A collection of
SVGshapes is accessible from the shapes
attribute of SVGimage
.
SVGshape.bounds: list |
|
SVGshape.fill: SVGpaint |
|
SVGshape.fillRule: SVGfillRule |
|
SVGshape.flags: int |
|
Optional ‘id’ attr of the shape or its group |
|
SVGshape.maxx: float |
|
SVGshape.maxy: float |
|
SVGshape.minx: float |
|
SVGshape.miny: float |
|
SVGshape.miterLimit: float |
|
SVGshape.opacity: float |
|
A generator that iterates over the |
|
SVGshape.stroke: SVGpaint |
|
SVGshape.strokeDashArray: list |
|
SVGshape.strokeDashOffset: float |
|
SVGshape.strokeLineCap: SVGlineCap |
|
SVGshape.strokeLineJoin: SVGlineJoin |
|
SVGshape.strokeWidth: float |
SVGshape is a set of attributes describing how to draw one shape in the SVG,
including stroke and fill styles, line styles, and paths. A collection of
SVGshapes is accessible from the shapes
attribute of SVGimage
.
SVGshape.bounds: list Tight bounding box of the shape [minx,miny,maxx,maxy]
SVGshape.fillRule: SVGfillRule Fill rule
SVGshape.flags: int Logical OR of SVG_FLAGS_* flags
Optional ‘id’ attr of the shape or its group
SVGshape.maxx: float
SVGshape.maxy: float
SVGshape.minx: float
SVGshape.miny: float
SVGshape.miterLimit: float Miter limit
SVGshape.opacity: float Opacity of the shape
SVGshape.strokeDashArray: list Stroke dash array (scaled)
SVGshape.strokeDashOffset: float Stroke dash offset (scaled)
SVGshape.strokeLineCap: SVGlineCap Stroke cap type
SVGshape.strokeLineJoin: SVGlineJoin Stroke join type
SVGshape.strokeWidth: float Stroke width (scaled)