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

SVG: fix parser for <path> element (except for A commands) #2327

Merged
merged 13 commits into from
Oct 26, 2021

Conversation

rodolforg
Copy link
Contributor

Here I try to fix all inconsistencies I found in implementation for each <path> command, except for A and a.

Specs:
SVG 1.1: https://www.w3.org/TR/SVG11/paths.html
SVG 2: https://www.w3.org/TR/SVG/paths.html

@rodolforg rodolforg changed the title SVG: fix parser for <path> element except A command SVG: fix parser for <path> element (except for A commands) Sep 23, 2021
@lgtm-com
Copy link

lgtm-com bot commented Sep 23, 2021

This pull request introduces 1 alert when merging b57ed2a into 576c349 - view on LGTM.com

new alerts:

  • 1 for Comparison result is always the same

@rodolforg
Copy link
Contributor Author

rodolforg commented Sep 23, 2021

Last push was to fix LGTM alert.

ice0
ice0 previously approved these changes Oct 20, 2021
@ice0
Copy link
Collaborator

ice0 commented Oct 26, 2021

@rodolforg please rebase

@rodolforg
Copy link
Contributor Author

@ice0 rebased

@ice0 ice0 merged commit cf1c176 into synfig:master Oct 26, 2021
@ice0
Copy link
Collaborator

ice0 commented Oct 26, 2021

Merged. Thank you!

@rodolforg rodolforg deleted the svg-path-d branch October 26, 2021 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants