react-svg-pan-zoom icon indicating copy to clipboard operation
react-svg-pan-zoom copied to clipboard

Can I exempt certain elements from scaling?

Open dominiczy opened this issue 4 years ago • 0 comments

Is it possible to prevent certain elements (for example <text>) from scaling, ie preserving their original size? This should be possible by using vectorEffect="non-scaling-stroke" (https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/vector-effect) however this seems to be ignored when used inside <ReactSVGPanZoom>.

dominiczy avatar Apr 13 '20 17:04 dominiczy