mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
add path test
This commit is contained in:
@@ -111,6 +111,7 @@ export class Path extends Shape<PathConfig> {
|
||||
data.points[1] + data.points[3]
|
||||
])
|
||||
} else {
|
||||
// TODO: how can we calculate bezier curves better?
|
||||
points = points.concat(data.points);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user