-
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.
WIP [entropy] fix conflicts between transform + position
WIP -- wireframe dots to remove once zooming works 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
686964c
commit 7435b5a
Showing
1 changed file
with
71 additions
and
50 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