SVG allows for a special inherit value for many properties, and members of <g> elements inherit non specified properties (this came up when parsing the result generated by the potrace program).
For now, we should get away with only supporting stroke and fill.
SVG allows for a special
inheritvalue for many properties, and members of<g>elements inherit non specified properties (this came up when parsing the result generated by thepotraceprogram).For now, we should get away with only supporting
strokeandfill.