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

Invalid ID attribute value #246

Closed
RazrFalcon opened this issue Apr 30, 2018 · 1 comment
Closed

Invalid ID attribute value #246

RazrFalcon opened this issue Apr 30, 2018 · 1 comment

Comments

@RazrFalcon
Copy link

RazrFalcon commented Apr 30, 2018

By the XML/HTML/SVG spec the id attribute

must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").

But in the src/gtk/assets.svg filter id's are set to 1 and 2 which is incorrect and may cause rendering errors. Also, rect's with 16x16, 21x21, etc.

There are a lot more warnings that you can check via https://validator.w3.org/.

@nana-4
Copy link
Owner

nana-4 commented Dec 21, 2018

Now I've fixed it (except for Inkscape-specific error/warning which even pure Inkscape SVG has).

Thanks for pointing it out!

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

No branches or pull requests

2 participants