Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // | |
| 2 // SVG CSS property names | |
| 3 // | |
| 4 | |
| 5 // SVG style props | |
| 6 buffered-rendering | |
| 7 clip-path | |
| 8 clip-rule | |
| 9 mask | |
| 10 // opacity | |
| 11 enable-background | |
| 12 filter | |
| 13 flood-color | |
| 14 flood-opacity | |
| 15 lighting-color | |
| 16 stop-color | |
| 17 stop-opacity | |
| 18 // pointer-events | |
| 19 color-interpolation | |
| 20 color-interpolation-filters | |
| 21 color-rendering | |
| 22 fill | |
| 23 fill-opacity | |
| 24 fill-rule | |
| 25 //font-size-adjust | |
| 26 //image-rendering | |
| 27 marker | |
| 28 marker-end | |
| 29 marker-mid | |
| 30 marker-start | |
| 31 mask-type | |
| 32 shape-rendering | |
| 33 stroke | |
| 34 stroke-dasharray | |
| 35 stroke-dashoffset | |
| 36 stroke-linecap | |
| 37 stroke-linejoin | |
| 38 stroke-miterlimit | |
| 39 stroke-opacity | |
| 40 stroke-width | |
| 41 // text-rendering | |
| 42 alignment-baseline | |
| 43 baseline-shift | |
| 44 dominant-baseline | |
| 45 glyph-orientation-horizontal | |
| 46 glyph-orientation-vertical | |
| 47 text-anchor | |
| 48 vector-effect | |
| 49 writing-mode | |
| 50 paint-order | |
| 51 | |
| OLD | NEW |