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

@@ -10,6 +10,7 @@ import * as Text from './examples/Text';
import * as G from './examples/G';
import * as Stroking from './examples/Stroking';
import * as Use from './examples/Use';
import * as Gradients from './examples/Gradients';
export {
Svg,
@@ -23,5 +24,6 @@ export {
Text,
Stroking,
G,
Use
Use,
Gradients
};