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

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

Issue 14907011: Support 'paint-order' from SVG2. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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 property names 2 // SVG CSS property names
3 // 3 //
4 4
5 #if defined(ENABLE_SVG) && ENABLE_SVG 5 #if defined(ENABLE_SVG) && ENABLE_SVG
6 6
7 // SVG style props 7 // SVG style props
8 buffered-rendering 8 buffered-rendering
9 clip-path 9 clip-path
10 clip-rule 10 clip-rule
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 // text-rendering 44 // text-rendering
45 alignment-baseline 45 alignment-baseline
46 baseline-shift 46 baseline-shift
47 dominant-baseline 47 dominant-baseline
48 glyph-orientation-horizontal 48 glyph-orientation-horizontal
49 glyph-orientation-vertical 49 glyph-orientation-vertical
50 kerning 50 kerning
51 text-anchor 51 text-anchor
52 vector-effect 52 vector-effect
53 writing-mode 53 writing-mode
54 paint-order
54 55
55 -webkit-svg-shadow 56 -webkit-svg-shadow
56 57
57 #endif 58 #endif
58 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698