From ffb9bed1587862d7c7153f0446e03ba6e13d0258 Mon Sep 17 00:00:00 2001 From: Edvin Erikson Date: Fri, 4 Sep 2015 18:26:47 +0200 Subject: [PATCH] [docs] Updated SVG attributes Added all properties listed in the SVGDOMPropertyConfig.js file to the SVG attributes section in the docs. --- docs/ref-04-tags-and-attributes.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/ref-04-tags-and-attributes.md b/docs/ref-04-tags-and-attributes.md index 16e703f0..8992d990 100644 --- a/docs/ref-04-tags-and-attributes.md +++ b/docs/ref-04-tags-and-attributes.md @@ -79,9 +79,12 @@ There is also the React-specific attribute `dangerouslySetInnerHTML` ([more here ### SVG Attributes ``` -clipPath cx cy d dx dy fill fillOpacity fontFamily fontSize fx fy -gradientTransform gradientUnits markerEnd markerMid markerStart offset opacity -patternContentUnits patternUnits points preserveAspectRatio r rx ry -spreadMethod stopColor stopOpacity stroke strokeDasharray strokeLinecap -strokeOpacity strokeWidth textAnchor transform version viewBox x1 x2 x y1 y2 y +clipPath cx cy d dx dy fill fillOpacity fontFamily +fontSize fx fy gradientTransform gradientUnits markerEnd +markerMid markerStart offset opacity patternContentUnits +patternUnits points preserveAspectRatio r rx ry spreadMethod +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 ```