1
0
Fork 0

boom: Changed getUid() to getId() for freesewing v0.10

This commit is contained in:
Joost De Cock 2018-08-23 16:19:37 +02:00
parent 6de0613851
commit e7df1943ae

View file

@ -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)