Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 | |
| 2 svg-rect: { | |
| 3 "paths": [ | |
| 4 { | |
| 5 "path": ["M", 130, 270, "L", 190, 270, "L", 190, 350, "L", 130, 350, "Z"], | |
| 6 "fillColor": "rgba(0, 0, 0, 0)" | |
| 7 } | |
| 8 ], | |
| 9 "showRulers": true, | |
| 10 "showExtensionLines": true | |
| 11 } | |
| 12 | |
| 13 | |
| OLD | NEW |