2016-01-17 17:29:06 +03:00
|
|
|
### react-native-art-svg
|
|
|
|
|
2016-01-25 11:03:53 +03:00
|
|
|
#### Features
|
2016-01-21 18:44:38 +03:00
|
|
|
|
2016-01-25 11:03:53 +03:00
|
|
|
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.
|
2016-01-23 14:25:12 +03:00
|
|
|
|
2016-01-25 11:03:53 +03:00
|
|
|
#### Install
|
|
|
|
|
|
|
|
`npm install react-native-art-svg`
|
|
|
|
|
|
|
|
|
|
|
|
#### TODO:
|
2016-01-25 10:53:23 +03:00
|
|
|
|
2016-01-21 18:44:38 +03:00
|
|
|
1. fill-rule:evenodd
|
2016-01-25 10:54:49 +03:00
|
|
|
2. clipPath (wait for official supports)
|
|
|
|
3. textPath (wait for official supports)
|
2016-01-25 13:41:24 +03:00
|
|
|
4. pattern
|
|
|
|
5. animations https://github.com/maxwellito/vivus
|