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(255, 0, 0, 0)", | |
| 7 "outlineColor": "rgba(128, 0, 0, 0)" | |
| 8 } | |
| 9 ], | |
| 10 "showRulers": true, | |
| 11 "showExtensionLines": true | |
| 12 } | |
| 13 | |
| 14 | |
| OLD | NEW |