SVGStylePropertyNames: TSVGStylePropertyNames = ( '',
'alignment-baseline',
'baseline-shift',
'clip',
'clip-path',
'clip-rule',
'color',
'color-interpolation',
'color-rendering',
'cursor',
'direction',
'display',
'dominant-baseline',
'fill',
'fill-opacity',
'fill-rule',
'flood-color',
'flood-opacity',
'font',
'font-family',
'font-size',
'font-style',
'font-variant',
'font-weight',
'glyph-orientation-horizontal',
'glyph-orientation-vertical',
'kerning',
'letter-spacing',
'marker',
'marker-end',
'marker-mid',
'marker-start',
'opacity',
'overflow',
'shape-rendering',
'stop-color',
'stop-opacity',
'stroke',
'stroke-dasharray',
'stroke-dashoffset',
'stroke-linecap',
'stroke-linejoin',
'stroke-miterlimit',
'stroke-opacity',
'stroke-width',
'text-anchor',
'text-decoration',
'text-rendering',
'vector-effect',
'visibility',
'word-spacing',
'writing-mode'
);
|