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

Fix #48 - CSS Matrix Transformations for Independent Axis Zooming #171

Closed
wants to merge 3 commits into from
Closed

Fix #48 - CSS Matrix Transformations for Independent Axis Zooming #171

wants to merge 3 commits into from

Conversation

jaredvacanti
Copy link

First steps towards implementing v2 fix of #48. Currently passes all matrix math tests, but I need to work on the gestures further. The orginal wheel and mousedown are a difficult to reason about - any help would be appreciated.

I've also noticed d3/d3-selection#210 Selection v2 is in development, I believe primarily the event global would be changed. Should we take the new event structure into consideration for this update?

@jaredvacanti
Copy link
Author

Any opinion if this WIP should wait for d3-selection to move away from the event global? I'm available to wrap up this feature for d3-zoom.

@mbostock
Copy link
Member

mbostock commented Aug 6, 2019

Yeah, I’m deep in trying to get d3@6 released (d3/d3#3333) and that includes d3-selection@2’s removal of d3.event. I think this will likely have to wait for d3@7. But it’d be great if you wanted to continue working on this in parallel.

@mbostock mbostock closed this Jun 10, 2021
@mbostock mbostock deleted the branch d3:master June 10, 2021 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants