-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[entropy] fix conflicts between transform + position
The panel makes extensive use of both SVG transforms on <g> elements as well as x,y positions of elements inside those groups. The x,y positions will always be relative to the parent transform¹. All previous iterations of the entropy panel had gotten quite confused about this, and I had maintained this confusion in previous commits on this branch. Our confusion was consistent at least, so there weren't any big bugs. This commit finally fixes this. Closes #1651 <#1651> ¹ Exactly which transform is somewhat confusing in the case of clip masks, but that's SVG.
- Loading branch information
1 parent
2b12898
commit ceed51f
Showing
1 changed file
with
63 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters