Add gradient elements and examples

Add gradient elements and examples
This commit is contained in:
Horcrux
2016-01-25 15:50:06 +08:00
parent a28668b69f
commit 060cf7746b
18 changed files with 375 additions and 38 deletions
-2
View File
@@ -3,8 +3,6 @@ import React, {
PropTypes,
ART
} from 'react-native';
import fillFilter from '../lib/fillFilter';
import strokeFilter from '../lib/strokeFilter';
import Path from './Path';
class Polygon extends Component{