This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* text=auto |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (SVG.supported) { | |
// create svg drawing | |
var draw = SVG('canvas').size('100%', '100%') | |
var rect2 = draw.rect(); | |
//var rect2 = draw.circle(); | |
//var rect2 = draw.polyline(); | |
//var rect2 = draw.ellipse(); |