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

Remove PathGroups for Groups. #3969

Merged
merged 10 commits into from
Jun 1, 2017
Merged

Remove PathGroups for Groups. #3969

merged 10 commits into from
Jun 1, 2017

Conversation

asturur
Copy link
Member

@asturur asturur commented May 30, 2017

close #1520

The only point of PathGroups was handling a svg import and handling the transformMatrix over the objects.

Pathgroups were mostly groups but without sub targeting and without the ability to go more deep with nesting.

TransformMatrix math has been solved hand now ti can be absorbed in normal groups.

So path groups are really no more necessary.

  • fix last failing UT
  • fix all import tests ( gradients are broken )
  • give group a way to choose center and width/height to simulate svg clip

@asturur asturur merged commit 7517b95 into master Jun 1, 2017
@asturur asturur deleted the remove_pathgroup branch June 1, 2017 09:03
@saurabhudaniya200
Copy link

in which version this was added?

@asturur
Copy link
Member Author

asturur commented Oct 19, 2018

This was a breaking change for 2.0

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.

[SVG IMPORT] Shapes with transformMatrix have misplaced and/or stretched controls.
2 participants