From 2556c2537e221373f03963f5177e4ab6297badfc Mon Sep 17 00:00:00 2001 From: Horcrux Date: Mon, 25 Jan 2016 16:03:53 +0800 Subject: [PATCH] Update README.md Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32a690c8..b2119160 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ ### react-native-art-svg +#### Features + +1. Supports most of SVG elements and properties(Rect, Circle, Line, Polyline, Polygon, G ...). +2. 100% based on ReactNative`s ART library +3. Easy to convert SVG code into ReactNative code. + +#### Install + +`npm install react-native-art-svg` -TODO: +#### TODO: 1. fill-rule:evenodd 2. clipPath (wait for official supports)