| OLD | NEW |
| 1 | 1 |
| 2 div: { | 2 div{ |
| 3 "paths": [ | 3 "paths": [ |
| 4 { | 4 { |
| 5 "path": ["M", 121, 102, "L", 154, 102, "L", 154, 146, "L", 121, 146, "Z"], | 5 "path": [ |
| 6 "M", |
| 7 121, |
| 8 102, |
| 9 "L", |
| 10 154, |
| 11 102, |
| 12 "L", |
| 13 154, |
| 14 146, |
| 15 "L", |
| 16 121, |
| 17 146, |
| 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 "path": ["M", 108, 89, "L", 167, 89, "L", 167, 159, "L", 108, 159, "Z"], | 24 "path": [ |
| 25 "M", |
| 26 108, |
| 27 89, |
| 28 "L", |
| 29 167, |
| 30 89, |
| 31 "L", |
| 32 167, |
| 33 159, |
| 34 "L", |
| 35 108, |
| 36 159, |
| 37 "Z" |
| 38 ], |
| 11 "fillColor": "rgba(0, 255, 0, 0)" | 39 "fillColor": "rgba(0, 255, 0, 0)" |
| 12 }, | 40 }, |
| 13 { | 41 { |
| 14 "path": ["M", 103, 84, "L", 172, 84, "L", 172, 164, "L", 103, 164, "Z"], | 42 "path": [ |
| 43 "M", |
| 44 103, |
| 45 84, |
| 46 "L", |
| 47 172, |
| 48 84, |
| 49 "L", |
| 50 172, |
| 51 164, |
| 52 "L", |
| 53 103, |
| 54 164, |
| 55 "Z" |
| 56 ], |
| 15 "fillColor": "rgba(0, 0, 255, 0)" | 57 "fillColor": "rgba(0, 0, 255, 0)" |
| 16 }, | 58 }, |
| 17 { | 59 { |
| 18 "path": ["M", 96, 77, "L", 179, 77, "L", 179, 171, "L", 96, 171, "Z"], | 60 "path": [ |
| 61 "M", |
| 62 96, |
| 63 77, |
| 64 "L", |
| 65 179, |
| 66 77, |
| 67 "L", |
| 68 179, |
| 69 171, |
| 70 "L", |
| 71 96, |
| 72 171, |
| 73 "Z" |
| 74 ], |
| 19 "fillColor": "rgba(255, 255, 255, 0)" | 75 "fillColor": "rgba(255, 255, 255, 0)" |
| 20 } | 76 } |
| 21 ], | 77 ], |
| 22 "showRulers": true, | 78 "showRulers": true, |
| 23 "showExtensionLines": true, | 79 "showExtensionLines": true, |
| 24 "elementInfo": { | 80 "elementInfo": { |
| 25 "tagName": "div", | 81 "tagName": "div", |
| 26 "idValue": "div", | 82 "idValue": "div", |
| 27 "nodeWidth": "69", | 83 "nodeWidth": "69", |
| 28 "nodeHeight": "80" | 84 "nodeHeight": "80" |
| 29 } | 85 } |
| 30 } | 86 } |
| 31 | 87 |
| 32 | |
| OLD | NEW |