boom: Changed getUid() to getId() for freesewing v0.10
This commit is contained in:
parent
6de0613851
commit
e7df1943ae
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export default {
|
|||
this.defs += `<pattern id="grid_${key}" xlink:href="#grid" x="${
|
||||
anchor.x
|
||||
}" y="${anchor.y}"></pattern>`;
|
||||
part.paths[part.getUid()] = new this.pattern.Path()
|
||||
part.paths[part.getId()] = new this.pattern.Path()
|
||||
.move(part.topLeft)
|
||||
.line(new this.pattern.Point(part.topLeft.x, part.bottomRight.y))
|
||||
.line(part.bottomRight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue