Skip to content

Commit

Permalink
#5104 - save\load to ket and tails add\remove
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-sloboda committed Aug 28, 2024
1 parent a4e8638 commit 8b8fb61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ketcher-core/src/application/render/pathBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ export class PathBuilder {
return this;
}

addPathParts(pathParts: Array<string>): PathBuilder {
this.pathParts = this.pathParts.concat(pathParts);
return this;
}

addOpenArrowPathParts(
start: Vec2,
arrowLength: number,
Expand Down

0 comments on commit 8b8fb61

Please sign in to comment.