Update README.md

Update README.md
This commit is contained in:
Horcrux
2016-01-25 16:03:53 +08:00
parent f063a3d773
commit 2556c2537e
+10 -1
View File
@@ -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)