Add Symbol element refactor viewbox

Add Symbol element refactor viewbox
This commit is contained in:
Horcrux
2016-01-25 18:07:06 +08:00
parent 2556c2537e
commit 50b941c4bc
9 changed files with 256 additions and 83 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 Symbol from './examples/Symbol';
import * as Gradients from './examples/Gradients';
export {
@@ -25,5 +26,6 @@ export {
Stroking,
G,
Use,
Symbol,
Gradients
};