| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 thistle | 146 thistle |
| 147 tomato | 147 tomato |
| 148 turquoise | 148 turquoise |
| 149 violet | 149 violet |
| 150 wheat | 150 wheat |
| 151 // white | 151 // white |
| 152 whitesmoke | 152 whitesmoke |
| 153 // yellow | 153 // yellow |
| 154 yellowgreen | 154 yellowgreen |
| 155 | 155 |
| 156 // mask-type / mask-mode | |
| 157 alpha | |
| 158 luminance | |
| 159 | |
| 160 // CSS_PROP_CLIP_PATH | 156 // CSS_PROP_CLIP_PATH |
| 161 // CSS_PROP_CLIP_RULE | 157 // CSS_PROP_CLIP_RULE |
| 162 // nonzero and evenodd part of core CSS values now. | 158 // nonzero and evenodd part of core CSS values now. |
| 163 | 159 |
| 164 // CSS_PROP_MASK | |
| 165 // CSS_PROP_OPACITY | 160 // CSS_PROP_OPACITY |
| 166 // CSS_PROP_ENABLE_BACKGROUND | 161 // CSS_PROP_ENABLE_BACKGROUND |
| 167 accumulate | 162 accumulate |
| 168 new | 163 new |
| 169 | 164 |
| 170 // CSS_PROP_FILTER | 165 // CSS_PROP_FILTER |
| 171 // CSS_PROP_FLOOD_COLOR | 166 // CSS_PROP_FLOOD_COLOR |
| 172 //currentColor | 167 //currentColor |
| 173 | 168 |
| 174 // CSS_PROP_FLOOD_OPACITY | 169 // CSS_PROP_FLOOD_OPACITY |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 | 269 |
| 275 // CSS_PROP_VECTOR_EFFECT | 270 // CSS_PROP_VECTOR_EFFECT |
| 276 // none | 271 // none |
| 277 non-scaling-stroke | 272 non-scaling-stroke |
| 278 | 273 |
| 279 // CSS_PROP_PAINT_ORDER | 274 // CSS_PROP_PAINT_ORDER |
| 280 // normal | 275 // normal |
| 281 // fill | 276 // fill |
| 282 // stroke | 277 // stroke |
| 283 // markers | 278 // markers |
| OLD | NEW |