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 transform parsing #2406

Merged
merged 2 commits into from
Nov 7, 2021
Merged

SVG: fix transform parsing #2406

merged 2 commits into from
Nov 7, 2021

Conversation

rodolforg
Copy link
Contributor

No description provided.

SVG 1.1 : 7.6
"The individual transform definitions are separated by whitespace and/or a comma."

SVG 2: 8.5
Points to CSS 1:
https://drafts.csswg.org/css-transforms/#svg-syntax
- Fix scale not implemented o.O
- Fix missing optional rotate parameters: center point
- Fix missing skewX and skewY functions

SVG 2 specs points to CSS:
https://drafts.csswg.org/css-transforms/#svg-transform-functions

SVG 1.1 specs:
7.6 The ‘transform’ attribute
https://www.w3.org/TR/SVG11/coords.html#TransformAttribute
@rodolforg rodolforg changed the title Svg fix transform SVG: fix transform parsing Nov 7, 2021
@ice0 ice0 merged commit a335c25 into synfig:master Nov 7, 2021
@ice0 ice0 added the Bug label Nov 7, 2021
@ice0
Copy link
Collaborator

ice0 commented Nov 7, 2021

Merged. Thank you!

@rodolforg rodolforg deleted the svg-fix-transform branch November 7, 2021 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants