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

Process path within an explicit SVG namespace #135

Closed
wants to merge 1 commit into from

Conversation

guillett
Copy link

@guillett guillett commented Dec 9, 2020

Hi, first thanks a lot, your package is really fast and useful.

I am using an @evil-mad tool to generate paths from text and path nodes are generated with an explicit SVG namespace. (cf test file).

I only fixed the path collection as I am not aware of performance implication but I can all of the getElementsByTagName(a) by getElementsByTagNameNS('http://www.w3.org/2000/svg', a) if you prefer.

@mathandy
Copy link
Owner

Thank you for the pull-request, however, I fear this would break some code. Once the #179 regression tests are implemented, it will be easier to check for these things. Feel free to file an issue or re-open this pull-request if there's still an issue.

@mathandy mathandy closed this Jul 11, 2022
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

Successfully merging this pull request may close these issues.

2 participants