Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svgelements does not process Metadata #82

Open
tatarize opened this issue Dec 12, 2020 · 1 comment
Open

svgelements does not process Metadata #82

tatarize opened this issue Dec 12, 2020 · 1 comment

Comments

@tatarize
Copy link
Member

Metadata is always display=none which tends to exclude it from being a proper element. If processed it could not be parsed as svg 2.0 spec removes any requirements as to how this data should be parsed. While RDF is standard it's not a requirement, processing metadata may simply require enforcing the Metadata is display as None and therefore non-rendered and therefore omitted from the parsed tree.

@Sophist-UK
Copy link
Contributor

I am unclear what is contained in metadata and whether it actually needs to be parsed, however at a minimum we should save metadata so that it can be reinserted into an SVG file on save - in which case we need to have some way of updating e.g. coordinates if a transform matrix is changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants