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

Support chained decimals during SVG Parsing #659

Merged
merged 1 commit into from
Feb 18, 2023
Merged

Conversation

bsapozhnikov
Copy link
Contributor

@benfry took a stab at the fix discussed for #515 along with a new test that catches the issue.
Currently, when there are 2+ decimals in a row without any whitespace or other separators in-between, we treat the whole thing as a single token. Added some logic to add a separator at the end of each set of decimal digits to handle this case.

@benfry benfry merged commit 6b62415 into benfry:main Feb 18, 2023
@benfry
Copy link
Owner

benfry commented Feb 18, 2023

Thanks! Now merged for Processing 4.2.

benfry added a commit that referenced this pull request Feb 18, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants