Comment on Show HN: Easy SVG charts for your static site, no JavaScriptparentComments−hughes12yLooks like it's not sandboxed at all?Any functions defined within any script element have a global scope across the entire current document.[0] https://developer.mozilla.org/en-US/docs/Web/SVG/Element/scr...−spb12yAs images / targets, SVG documents have their own global scope, much like a page in an iframe.
Comments
Looks like it's not sandboxed at all?
[0] https://developer.mozilla.org/en-US/docs/Web/SVG/Element/scr...
As images / targets, SVG documents have their own global scope, much like a page in an iframe.