1//
2// SVG CSS property names
3//
4
5#if defined(ENABLE_SVG) && ENABLE_SVG
6
7// SVG style props
8buffered-rendering
9clip-path
10clip-rule
11mask
12// opacity
13enable-background
14filter
15flood-color
16flood-opacity
17lighting-color
18stop-color
19stop-opacity
20// pointer-events
21color-interpolation
22color-interpolation-filters
23color-profile
24color-rendering
25fill
26fill-opacity
27fill-rule
28//font-size-adjust
29//image-rendering
30marker
31marker-end
32marker-mid
33marker-start
34mask-type
35shape-rendering
36stroke
37stroke-dasharray
38stroke-dashoffset
39stroke-linecap
40stroke-linejoin
41stroke-miterlimit
42stroke-opacity
43stroke-width
44// text-rendering
45alignment-baseline
46baseline-shift
47dominant-baseline
48glyph-orientation-horizontal
49glyph-orientation-vertical
50kerning
51text-anchor
52vector-effect
53writing-mode
54
55-webkit-svg-shadow
56
57#endif
58
59