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

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

Issue 432773002: Add the named color `rebeccapurple` (#639) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 6 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
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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 palegreen 116 palegreen
117 paleturquoise 117 paleturquoise
118 palevioletred 118 palevioletred
119 papayawhip 119 papayawhip
120 peachpuff 120 peachpuff
121 peru 121 peru
122 pink 122 pink
123 plum 123 plum
124 powderblue 124 powderblue
125 // purple 125 // purple
126 rebeccapurple
126 // red 127 // red
127 rosybrown 128 rosybrown
128 royalblue 129 royalblue
129 saddlebrown 130 saddlebrown
130 salmon 131 salmon
131 sandybrown 132 sandybrown
132 seagreen 133 seagreen
133 seashell 134 seashell
134 sienna 135 sienna
135 // silver 136 // silver
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 274
274 // CSS_PROP_VECTOR_EFFECT 275 // CSS_PROP_VECTOR_EFFECT
275 // none 276 // none
276 non-scaling-stroke 277 non-scaling-stroke
277 278
278 // CSS_PROP_PAINT_ORDER 279 // CSS_PROP_PAINT_ORDER
279 // normal 280 // normal
280 // fill 281 // fill
281 // stroke 282 // stroke
282 // markers 283 // markers
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/named-colors-expected.txt ('k') | Source/devtools/front_end/common/Color.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698