| OLD | NEW |
| 1 // | 1 // |
| 2 // SVG CSS value names | 2 // SVG CSS value names |
| 3 // | 3 // |
| 4 | 4 |
| 5 // CSS_PROP_*_COLOR | 5 // CSS_PROP_*_COLOR |
| 6 // | 6 // |
| 7 aliceblue | 7 aliceblue |
| 8 antiquewhite | 8 antiquewhite |
| 9 // aqua | 9 // aqua |
| 10 aquamarine | 10 aquamarine |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 // mask-type / mask-mode | 156 // mask-type / mask-mode |
| 157 alpha | 157 alpha |
| 158 luminance | 158 luminance |
| 159 | 159 |
| 160 // CSS_PROP_CLIP_PATH | 160 // CSS_PROP_CLIP_PATH |
| 161 // CSS_PROP_CLIP_RULE | 161 // CSS_PROP_CLIP_RULE |
| 162 // nonzero and evenodd part of core CSS values now. | 162 // nonzero and evenodd part of core CSS values now. |
| 163 | 163 |
| 164 // CSS_PROP_MASK | 164 // CSS_PROP_MASK |
| 165 // CSS_PROP_OPACITY | 165 // CSS_PROP_OPACITY |
| 166 // CSS_PROP_ENABLE_BACKGROUND | |
| 167 accumulate | 166 accumulate |
| 168 new | 167 new |
| 169 | 168 |
| 170 // CSS_PROP_FILTER | 169 // CSS_PROP_FILTER |
| 171 // CSS_PROP_FLOOD_COLOR | 170 // CSS_PROP_FLOOD_COLOR |
| 172 //currentColor | 171 //currentColor |
| 173 | 172 |
| 174 // CSS_PROP_FLOOD_OPACITY | 173 // CSS_PROP_FLOOD_OPACITY |
| 175 // CSS_PROP_LIGHTING_COLOR | 174 // CSS_PROP_LIGHTING_COLOR |
| 176 //currentColor | 175 //currentColor |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 | 273 |
| 275 // CSS_PROP_VECTOR_EFFECT | 274 // CSS_PROP_VECTOR_EFFECT |
| 276 // none | 275 // none |
| 277 non-scaling-stroke | 276 non-scaling-stroke |
| 278 | 277 |
| 279 // CSS_PROP_PAINT_ORDER | 278 // CSS_PROP_PAINT_ORDER |
| 280 // normal | 279 // normal |
| 281 // fill | 280 // fill |
| 282 // stroke | 281 // stroke |
| 283 // markers | 282 // markers |
| OLD | NEW |