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

View File

@@ -104,7 +104,7 @@ const styles = StyleSheet.create({
}
});
const names = ['Svg', 'Stroking', 'Path', 'Line', 'Rect', 'Polygon', 'Polyline', 'Circle', 'Ellipse', 'G', 'Text', 'Use'];
const names = ['Svg', 'Stroking', 'Path', 'Line', 'Rect', 'Polygon', 'Polyline', 'Circle', 'Ellipse', 'G', 'Text', 'Use', 'Gradients'];
class ArtSvgExample extends Component {
constructor() {