Skip to content

Don't duplicate style

Now that we store a long-lived Attributes in each ElementImpl, there is no need to store a separate copy of style_attr - we can just get it from the Attributes.

(Inkscape files have large values for style in many elements; this should get us a nice reduction in memory usage.)

Merge request reports