Add G example and add viewbox for Svg

Add G example and add viewbox for Svg
This commit is contained in:
Horcrux
2016-01-23 16:08:19 +08:00
parent d40921354b
commit 1fecd0a015
7 changed files with 254 additions and 70 deletions

View File

@@ -7,6 +7,7 @@ import * as Polygon from './examples/Polygon';
import * as Polyline from './examples/Polyline';
import * as Path from './examples/Path';
import * as Text from './examples/Text';
import * as G from './examples/G';
export {
Svg,
@@ -17,5 +18,6 @@ export {
Polygon,
Polyline,
Path,
Text
Text,
G
};