Add path examples

Add path examples
This commit is contained in:
Horcrux
2016-01-22 00:08:07 +08:00
parent 920843f52d
commit 815540fc28
5 changed files with 62 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ import * as Ellipse from './examples/Ellipse';
import * as Line from './examples/Line';
import * as Polygon from './examples/Polygon';
import * as Polyline from './examples/Polyline';
import * as Path from './examples/Path';
export {
Svg,
@@ -13,5 +14,6 @@ export {
Ellipse,
Line,
Polygon,
Polyline
Polyline,
Path
};