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

SVGLoader: Fix bug with transforms of brother nodes #16090

Merged
merged 2 commits into from
Apr 6, 2019
Merged

SVGLoader: Fix bug with transforms of brother nodes #16090

merged 2 commits into from
Apr 6, 2019

Conversation

yomboprime
Copy link
Collaborator

@yomboprime yomboprime commented Mar 28, 2019

This solves a bug with SVGLoader transforms.

I misunderstood the SVG spec when doing this, thinking that a node transform affects its subsequent brothers. But it doesn't, a node transform only affects its children.

@mrdoob mrdoob added this to the r104 milestone Apr 6, 2019
@mrdoob mrdoob merged commit 66f0f75 into mrdoob:dev Apr 6, 2019
@mrdoob
Copy link
Owner

mrdoob commented Apr 6, 2019

Thanks!

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