diff --git a/packages/plugin-theme/src/index.js b/packages/plugin-theme/src/index.js index b8a6ebc056e..bc05e55fd90 100644 --- a/packages/plugin-theme/src/index.js +++ b/packages/plugin-theme/src/index.js @@ -33,7 +33,7 @@ export default { this.defs += ``; - 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)