From 7d72be92c5ce9f6286ee1a6634fa77063f1733c3 Mon Sep 17 00:00:00 2001 From: Horcrux Date: Fri, 16 Sep 2016 20:19:37 +0800 Subject: [PATCH] textPath => TextPath, tspan => TSpan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16a5eab5..33c800c8 100644 --- a/README.md +++ b/README.md @@ -569,7 +569,7 @@ npm i ### TODO: 1. Add Native method for elements. -2. More Text features support (textPath, tspan). +2. More Text features support (TextPath, TSpan). 3. Pattern element. 4. Implement Animated elements. 6. Mask element.