Browse Source

[docs] Updated SVG attributes

Added all properties listed in the SVGDOMPropertyConfig.js file to the SVG attributes
section in the docs.
main
Edvin Erikson 10 years ago
parent
commit
ffb9bed158
  1. 13
      docs/ref-04-tags-and-attributes.md

13
docs/ref-04-tags-and-attributes.md

@ -79,9 +79,12 @@ There is also the React-specific attribute `dangerouslySetInnerHTML` ([more here
### SVG Attributes ### SVG Attributes
``` ```
clipPath cx cy d dx dy fill fillOpacity fontFamily fontSize fx fy clipPath cx cy d dx dy fill fillOpacity fontFamily
gradientTransform gradientUnits markerEnd markerMid markerStart offset opacity fontSize fx fy gradientTransform gradientUnits markerEnd
patternContentUnits patternUnits points preserveAspectRatio r rx ry markerMid markerStart offset opacity patternContentUnits
spreadMethod stopColor stopOpacity stroke strokeDasharray strokeLinecap patternUnits points preserveAspectRatio r rx ry spreadMethod
strokeOpacity strokeWidth textAnchor transform version viewBox x1 x2 x y1 y2 y stopColor stopOpacity stroke strokeDasharray strokeLinecap
strokeOpacity strokeWidth textAnchor transform version
viewBox x1 x2 x xlinkActuate xlinkArcrole xlinkHref xlinkRole
xlinkShow xlinkTitle xlinkType xmlBase xmlLang xmlSpace y1 y2 y
``` ```

Loading…
Cancel
Save