I would like to know if there is a way to limit the scope of the property vector-effect:non-scaling-stroke
.
In fact I have an svg code inside an HTML document (it’s not a separate file) and this SVG contains elements with property vector-effect:non-scaling-stroke
. I am working on a way to zoom the svg picture, using a range element that change the scale of the SVG. What I want is: when the zoom is applied, all the strokes are zoomed. but of course, it doesn’t work, even if the zoom applies on the div containing the SVG.
Thanks