Use group id's to improve loading existing svg's #28
Labels
No labels
Critical issue
Feature request
Major issue
Minor issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
harmen/parametric-SVG-editor#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
SVG editor now stores group names into title elements, while software like Illustrator and Inkscape store it into attributes of groups.
Illustrator stores the layer name into a "id" attribute and Inkscape stores it into a "inkscape:label" attribute.
Using the id's to store the group name and copying it into inkscape:label would enable using these names across SVG editor, Inkscape and Illustrator.