-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
I am wondering if it is posssible to add a viewBox=(0 0 width height) attribute to the svg element?
The reason beeing, I am having issues with svg images that have elements that extend outside of the image (as in they have negative coordinates, or extend beyond the image itself).
The external svg file that I load has the viewbox applied, but it obvously gets removed when I add the external file to the overlay node.
See here for an example:
