| 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 alpha | 8 alpha |
| 9 antiquewhite | 9 antiquewhite |
| 10 // aqua | 10 // aqua |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 //currentColor | 169 //currentColor |
| 170 | 170 |
| 171 // CSS_PROP_FLOOD_OPACITY | 171 // CSS_PROP_FLOOD_OPACITY |
| 172 // CSS_PROP_LIGHTING_COLOR | 172 // CSS_PROP_LIGHTING_COLOR |
| 173 //currentColor | 173 //currentColor |
| 174 | 174 |
| 175 // CSS_PROP_STOP_COLOR | 175 // CSS_PROP_STOP_COLOR |
| 176 // CSS_PROP_STOP_OPACITY | 176 // CSS_PROP_STOP_OPACITY |
| 177 // CSS_PROP_COLOR_INTERPOLATION | 177 // CSS_PROP_COLOR_INTERPOLATION |
| 178 //auto | 178 //auto |
| 179 //sRGB | 179 sRGB |
| 180 linearRGB | 180 linearRGB |
| 181 | 181 |
| 182 // CSS_PROP_COLOR_INTERPOLATION_FILTERS | 182 // CSS_PROP_COLOR_INTERPOLATION_FILTERS |
| 183 //auto | 183 //auto |
| 184 //sRGB | 184 //sRGB |
| 185 //linearRGB | 185 //linearRGB |
| 186 | 186 |
| 187 // CSS_PROP_COLOR_PROFILE | 187 // CSS_PROP_COLOR_PROFILE |
| 188 //sRGB | 188 //sRGB |
| 189 | 189 |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 // end | 266 // end |
| 267 | 267 |
| 268 // CSS_PROP_BUFFERED_RENDERING | 268 // CSS_PROP_BUFFERED_RENDERING |
| 269 // auto | 269 // auto |
| 270 // static | 270 // static |
| 271 dynamic | 271 dynamic |
| 272 | 272 |
| 273 // CSS_PROP_VECTOR_EFFECT | 273 // CSS_PROP_VECTOR_EFFECT |
| 274 // none | 274 // none |
| 275 non-scaling-stroke | 275 non-scaling-stroke |
| OLD | NEW |