In the long term, the GSoC code should be more integrated with the SPStyle code as there is some duplication taking place.
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to inkscape in Ubuntu. https://bugs.launchpad.net/bugs/171983 Title: Reduce SVG file size by removing unnecessary attributes Status in Inkscape: A Vector Drawing Tool: Triaged Status in “inkscape” package in Ubuntu: Triaged Status in “inkscape” package in Debian: Confirmed Bug description: When Inkscape saves an SVG file, even in Plain SVG mode, it leaves a lot of unnecessary attributes in the XML file, which increase file size. For example, all objects have a style attribute which specifies values for many CSS attributes such as marker, opacity, stroke-dasharray, etc. even if it is specifying the default values. If a CSS attribute is not needed because it is set to the default value according to the SVG spec, it should be omitted. Also, Inkscape adds an "id" attribute to all objects, even if it is just a generic value like "path2042" that hasn't been changed by the user. Is this really needed? [email protected] To manage notifications about this bug go to: https://bugs.launchpad.net/inkscape/+bug/171983/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

