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