-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
No support for svg viewbox #86
Labels
Comments
Closed
Temporary solution to repeat the svg tag, so when component strips the first svg header still second svg will have viewbox on it. |
Now you can support this Wish from https://beerpay.io/chrvadala/react-svg-pan-zoom/wishes/5d66366510d9080d4ad89ffa 🍻 Cheers! |
Released with version 3.3.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report/Feature request:
Svg viewbox is ignored.
Expect the document/white rectangle in the reactsvgpanzoom element to match the viewbox, but it doesn't.
https://jsfiddle.net/oyLfjeqy/9/
The text was updated successfully, but these errors were encountered: