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

Side by Side Diff: Source/core/css/SVGCSSValueKeywords.in

Issue 22482004: Add support for the object-fit CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase for landing Created 7 years, 4 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
« no previous file with comments | « Source/core/css/SVGCSSPropertyNames.in ('k') | Source/core/css/resolver/StyleBuilderCustom.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 alpha 8 alpha
9 antiquewhite 9 antiquewhite
10 // aqua 10 // aqua
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
276
277 // CSS_PROP_PAINT_ORDER
278 // normal
279 // fill
280 // stroke
281 // markers
OLDNEW
« no previous file with comments | « Source/core/css/SVGCSSPropertyNames.in ('k') | Source/core/css/resolver/StyleBuilderCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698