We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there any solution for change stroke-width and size using d3 zoom scale?
The text was updated successfully, but these errors were encountered:
Really good point. Once I start work on this issue I let you know.
Sorry, something went wrong.
Thanks! I try this code in zoom handler. It works, but looks like scaling not proportional.
d3.select('#' + texture.id()) .attr('patternTransform', 'scale(' + 1 / d3.event.scale + ')');
I'm trying to figure this one out as well.
+1 this would be extremely useful
No branches or pull requests
Is there any solution for change stroke-width and size using d3 zoom scale?
The text was updated successfully, but these errors were encountered: