Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Side by Side Diff: sky/engine/core/css/SVGCSSValueKeywords.in

Issue 893093002: Delete remaining masks dead code. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « sky/engine/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl ('k') | sky/engine/core/css/StylePropertySerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698