add polyline support

This commit is contained in:
kekee000 2015-01-14 10:53:09 +08:00
parent 11b54fe892
commit d5c91fbdf1

View File

@ -42,6 +42,11 @@ define(
polygon: {
parse: polygon2contour,
params: ['points']
},
polyline: {
parse: polygon2contour,
params: ['points']
}
};