id: 11859    nodeId: 11859    type: General    point: 116.0    linkPoint: 1.0    maker: cella    permission: linkable    made at: 2013.10.01 11:35    edited at: 2013.10.01 11:35
SVG on Chrome bug

For Chrome, getSVGDocument() returns NULL due to "Same Origin Polity" .

This can be avoided by launching chrome with argument --disable-web-security.

In Mac OS X,
$ open -a Google\ Chrome --args --disable-web-security

ref. Chrome: Disable same origin policy (in stackoverflow.com)
http://stackoverflow.com/questions/3102819/chrome-disable-same-origin-policy

Return to SVG on Chrome bug