Open sofer-eg opened 9 years ago
Really good point. Once I start work on this issue I let you know.
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
Is there any solution for change stroke-width and size using d3 zoom scale?