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

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

Issue 228323007: Remove color-profile from SVG (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix one more test Created 6 years, 8 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 // SVG style props 5 // SVG style props
6 buffered-rendering 6 buffered-rendering
7 clip-path 7 clip-path
8 clip-rule 8 clip-rule
9 mask 9 mask
10 // opacity 10 // opacity
11 enable-background 11 enable-background
12 filter 12 filter
13 flood-color 13 flood-color
14 flood-opacity 14 flood-opacity
15 lighting-color 15 lighting-color
16 stop-color 16 stop-color
17 stop-opacity 17 stop-opacity
18 // pointer-events 18 // pointer-events
19 color-interpolation 19 color-interpolation
20 color-interpolation-filters 20 color-interpolation-filters
21 color-profile
22 color-rendering 21 color-rendering
23 fill 22 fill
24 fill-opacity 23 fill-opacity
25 fill-rule 24 fill-rule
26 //font-size-adjust 25 //font-size-adjust
27 //image-rendering 26 //image-rendering
28 marker 27 marker
29 marker-end 28 marker-end
30 marker-mid 29 marker-mid
31 marker-start 30 marker-start
(...skipping 12 matching lines...) Expand all
44 baseline-shift 43 baseline-shift
45 dominant-baseline 44 dominant-baseline
46 glyph-orientation-horizontal 45 glyph-orientation-horizontal
47 glyph-orientation-vertical 46 glyph-orientation-vertical
48 kerning 47 kerning
49 text-anchor 48 text-anchor
50 vector-effect 49 vector-effect
51 writing-mode 50 writing-mode
52 paint-order 51 paint-order
53 52
OLDNEW
« no previous file with comments | « Source/core/css/SVGCSSComputedStyleDeclaration.cpp ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698