OLD | NEW |
1 circle{ | 1 circle{ |
2 "paths": [ | 2 "paths": [ |
3 { | 3 { |
4 "path": [ | 4 "path": [ |
5 "M", | 5 "M", |
6 88, | 6 88, |
7 8, | 7 8, |
8 "L", | 8 "L", |
9 88, | 9 88, |
10 8, | 10 8, |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 } | 177 } |
178 ], | 178 ], |
179 "showRulers": true, | 179 "showRulers": true, |
180 "showExtensionLines": true, | 180 "showExtensionLines": true, |
181 "elementInfo": { | 181 "elementInfo": { |
182 "tagName": "div", | 182 "tagName": "div", |
183 "idValue": "circle", | 183 "idValue": "circle", |
184 "className": ".float.circle", | 184 "className": ".float.circle", |
185 "nodeWidth": "128", | 185 "nodeWidth": "128", |
186 "nodeHeight": "128" | 186 "nodeHeight": "128" |
187 } | 187 }, |
| 188 "displayAsMaterial": false |
188 } | 189 } |
189 circle{ | 190 circle{ |
190 "paths": [ | 191 "paths": [ |
191 { | 192 { |
192 "path": [ | 193 "path": [ |
193 "M", | 194 "M", |
194 88, | 195 88, |
195 8, | 196 8, |
196 "L", | 197 "L", |
197 88, | 198 88, |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 } | 366 } |
366 ], | 367 ], |
367 "showRulers": true, | 368 "showRulers": true, |
368 "showExtensionLines": true, | 369 "showExtensionLines": true, |
369 "elementInfo": { | 370 "elementInfo": { |
370 "tagName": "div", | 371 "tagName": "div", |
371 "idValue": "circle", | 372 "idValue": "circle", |
372 "className": ".float.circle", | 373 "className": ".float.circle", |
373 "nodeWidth": "128", | 374 "nodeWidth": "128", |
374 "nodeHeight": "128" | 375 "nodeHeight": "128" |
375 } | 376 }, |
| 377 "displayAsMaterial": false |
376 } | 378 } |
377 | 379 |
OLD | NEW |