| OLD | NEW |
| 1 | 1 |
| 2 svg-rect{ | 2 svg-rect{ |
| 3 "paths": [ | 3 "paths": [ |
| 4 { | 4 { |
| 5 "path": [ | 5 "path": [ |
| 6 "M", | 6 "M", |
| 7 130, | 7 130, |
| 8 270, | 8 270, |
| 9 "L", | 9 "L", |
| 10 190, | 10 190, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "outlineColor": "rgba(128, 0, 0, 0)" | 21 "outlineColor": "rgba(128, 0, 0, 0)" |
| 22 } | 22 } |
| 23 ], | 23 ], |
| 24 "showRulers": true, | 24 "showRulers": true, |
| 25 "showExtensionLines": true, | 25 "showExtensionLines": true, |
| 26 "elementInfo": { | 26 "elementInfo": { |
| 27 "tagName": "rect", | 27 "tagName": "rect", |
| 28 "idValue": "svg-rect", | 28 "idValue": "svg-rect", |
| 29 "nodeWidth": "60", | 29 "nodeWidth": "60", |
| 30 "nodeHeight": "80" | 30 "nodeHeight": "80" |
| 31 } | 31 }, |
| 32 "displayAsMaterial": false |
| 32 } | 33 } |
| 33 | 34 |
| OLD | NEW |