The built shape: a wire, or a face when one was asked for and could be built.
True when shape is a face, false when it is a wire.
The SVG tag the shape came from, such as path, rect or circle.
Whether the element's outline was closed.
OptionalfillThe fill color that applied to the element, if any.
OptionalstrokeThe stroke color that applied to the element, if any.
OptionalstrokeThe stroke width that applied to the element, if any.
OptionalopacityThe combined opacity of the element from 0 to 1, if any was set.
OptionalidThe element's id attribute, if any.
OptionalclassThe element's class attribute, if any.
One imported SVG element as
svg.loadSVGStructuredreturns it: the built shape and the style resolved for it. An output, not an input.