sparkles: Updated for compatibility with freesewing v0.13
This commit is contained in:
parent
79cdcd2b6e
commit
4baa90f226
5 changed files with 62 additions and 63 deletions
|
@ -31,8 +31,7 @@ var sleeve = {
|
|||
.attr("class", "fabric");
|
||||
|
||||
// Anchor point for sampling
|
||||
points.gridAnchor = points.origin;
|
||||
points.test = new Point(10, 10);
|
||||
points.gridAnchor = new Point(0, 0);
|
||||
|
||||
// Final?
|
||||
if (final) {
|
||||
|
|
|
@ -166,8 +166,7 @@ var sleevecap = {
|
|||
paths.sleevecap.attr("class", "fabric");
|
||||
|
||||
// Anchor point for sampling
|
||||
points.gridAnchor = points.origin;
|
||||
points.test = new Point(10, 10);
|
||||
points.gridAnchor = new Point(0, 0);
|
||||
|
||||
return part;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue