| OLD | NEW |
| 1 | 1 |
| 2 svg-rect: { | 2 svg-rect{ |
| 3 "paths": [ | 3 "paths": [ |
| 4 { | 4 { |
| 5 "path": ["M", 130, 270, "L", 190, 270, "L", 190, 350, "L", 130, 350, "Z"], | 5 "path": [ |
| 6 "M", |
| 7 130, |
| 8 270, |
| 9 "L", |
| 10 190, |
| 11 270, |
| 12 "L", |
| 13 190, |
| 14 350, |
| 15 "L", |
| 16 130, |
| 17 350, |
| 18 "Z" |
| 19 ], |
| 6 "fillColor": "rgba(255, 0, 0, 0)", | 20 "fillColor": "rgba(255, 0, 0, 0)", |
| 7 "outlineColor": "rgba(128, 0, 0, 0)" | 21 "outlineColor": "rgba(128, 0, 0, 0)" |
| 8 } | 22 } |
| 9 ], | 23 ], |
| 10 "showRulers": true, | 24 "showRulers": true, |
| 11 "showExtensionLines": true, | 25 "showExtensionLines": true, |
| 12 "elementInfo": { | 26 "elementInfo": { |
| 13 "tagName": "rect", | 27 "tagName": "rect", |
| 14 "idValue": "svg-rect", | 28 "idValue": "svg-rect", |
| 15 "nodeWidth": "60", | 29 "nodeWidth": "60", |
| 16 "nodeHeight": "80" | 30 "nodeHeight": "80" |
| 17 } | 31 } |
| 18 } | 32 } |
| 19 | 33 |
| 20 | |
| OLD | NEW |