1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274
|
//
// SVG CSS value names
//
// CSS_PROP_*_COLOR
//
aliceblue
alpha
antiquewhite
// aqua
aquamarine
azure
beige
bisque
// black
blanchedalmond
// blue
blueviolet
brown
burlywood
cadetblue
chartreuse
chocolate
coral
cornflowerblue
cornsilk
crimson
cyan
darkblue
darkcyan
darkgoldenrod
darkgray
darkgreen
darkgrey
darkkhaki
darkmagenta
darkolivegreen
darkorange
darkorchid
darkred
darksalmon
darkseagreen
darkslateblue
darkslategray
darkslategrey
darkturquoise
darkviolet
deeppink
deepskyblue
dimgray
dimgrey
dodgerblue
firebrick
floralwhite
forestgreen
// fuchsia
gainsboro
ghostwhite
gold
goldenrod
// gray
// grey
// green
greenyellow
honeydew
hotpink
indianred
indigo
ivory
khaki
lavender
lavenderblush
lawngreen
lemonchiffon
lightblue
lightcoral
lightcyan
lightgoldenrodyellow
lightgray
lightgreen
lightgrey
lightpink
lightsalmon
lightseagreen
lightskyblue
lightslategray
lightslategrey
lightsteelblue
lightyellow
// lime
limegreen
linen
luminance
magenta
// maroon
mediumaquamarine
mediumblue
mediumorchid
mediumpurple
mediumseagreen
mediumslateblue
mediumspringgreen
mediumturquoise
mediumvioletred
midnightblue
mintcream
mistyrose
moccasin
navajowhite
// navy
oldlace
// olive
olivedrab
// orange
orangered
orchid
palegoldenrod
palegreen
paleturquoise
palevioletred
papayawhip
peachpuff
peru
pink
plum
powderblue
// purple
// red
rosybrown
royalblue
saddlebrown
salmon
sandybrown
seagreen
seashell
sienna
// silver
skyblue
slateblue
slategray
slategrey
snow
springgreen
steelblue
tan
// teal
thistle
tomato
turquoise
violet
wheat
// white
whitesmoke
// yellow
yellowgreen
// CSS_PROP_CLIP_PATH
// CSS_PROP_CLIP_RULE
// nonzero and evenodd part of core CSS values now.
// CSS_PROP_MASK
// CSS_PROP_OPACITY
// CSS_PROP_ENABLE_BACKGROUND
accumulate
new
// CSS_PROP_FILTER
// CSS_PROP_FLOOD_COLOR
//currentColor
// CSS_PROP_FLOOD_OPACITY
// CSS_PROP_LIGHTING_COLOR
//currentColor
// CSS_PROP_STOP_COLOR
// CSS_PROP_STOP_OPACITY
// CSS_PROP_COLOR_INTERPOLATION
//auto
//sRGB
linearRGB
// CSS_PROP_COLOR_INTERPOLATION_FILTERS
//auto
//sRGB
//linearRGB
// CSS_PROP_COLOR_PROFILE
//sRGB
// CSS_PROP_COLOR_RENDERING
//auto
//optimizeSpeed
//optimizeQuality
//// CSS_PROP_FILL
//currentColor
// CSS_PROP_FILL_OPACITY
// CSS_PROP_FILL_RULE
//nonzero
//evenodd
// CSS_PROP_IMAGE_RENDERING
//auto
//optimizeSpeed
//optimizeQuality
// CSS_PROP_MARKER
// CSS_PROP_MARKER_END
// CSS_PROP_MARKER_MID
// CSS_PROP_MARKER_START
// CSS_PROP_SHAPE_RENDERING
//auto
//optimizeSpeed
crispEdges
//geometricPrecision
// CSS_PROP_STROKE
// CSS_PROP_STROKE_DASHARRAY
// CSS_PROP_STROKE_DASHOFFSET
// CSS_PROP_STROKE_LINECAP
butt
// round
// square
// CSS_PROP_STROKE_LINEJOIN
miter
// round
bevel
// CSS_PROP_STROKE_MITERLIMIT
// CSS_PROP_STROKE_OPACITY
// CSS_PROP_STROKE_WIDTH
// CSS_PROP_ALIGNMENT_BASELINE
//auto
// baseline
before-edge
after-edge
//middle
central
text-before-edge
text-after-edge
ideographic
hanging
mathematical
// CSS_PROP_BASELINE_SHIFT
//baseline
// sub
// super
// CSS_PROP_DOMINANT_BASELINE
//auto
use-script
no-change
reset-size
// CSS_PROP_GLYPH_ORIENTATION_HORIZONTAL
// CSS_PROP_GLYPH_ORIENTATION_VERTICAL
// CSS_PROP_KERNING
// CSS_PROP_TEXT_ANCHOR
// start
// middle
// end
// CSS_PROP_BUFFERED_RENDERING
// auto
// static
dynamic
// CSS_PROP_VECTOR_EFFECT
// none
non-scaling-stroke
|