API naming
This commit is contained in:
parent
ba12643c37
commit
15c7381673
4 changed files with 7 additions and 7 deletions
|
@ -131,7 +131,7 @@ function convertShapeToArcs(shape) {
|
|||
exports.convertContourToCubic = convertContourToCubic;
|
||||
exports.convertShapeToArcs = convertShapeToArcs;
|
||||
|
||||
exports.ArcFlattener = class ArcFlattener {
|
||||
exports.BezToContoursSink = class BezToContoursSink {
|
||||
constructor(gizmo) {
|
||||
this.gizmo = gizmo || Transform.Id();
|
||||
this.contours = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue