From cd3483b3b04e051a532fe185a05a8b9aa023d0f9 Mon Sep 17 00:00:00 2001 From: Adam Solove Date: Wed, 12 Mar 2014 10:07:05 -0400 Subject: [PATCH] Add svg text-anchor attribute. --- docs/ref-04-tags-and-attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref-04-tags-and-attributes.md b/docs/ref-04-tags-and-attributes.md index 5d32eb60..4b35b4bc 100644 --- a/docs/ref-04-tags-and-attributes.md +++ b/docs/ref-04-tags-and-attributes.md @@ -72,6 +72,6 @@ There is also the React-specific attribute `dangerouslySetInnerHTML` ([more here ``` cx cy d fill fx fy gradientTransform gradientUnits offset points r rx ry -spreadMethod stopColor stopOpacity stroke strokeLinecap strokeWidth transform +spreadMethod stopColor stopOpacity stroke strokeLinecap strokeWidth textAnchor transform version viewBox x1 x2 x y1 y2 y ```