New decluttering implementation

This commit is contained in:
Andreas Hocevar
2020-09-20 23:36:27 +02:00
parent 7a5e0db59f
commit 8e862766fc
22 changed files with 784 additions and 330 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ class CanvasLineStringBuilder extends CanvasBuilder {
}
/**
* @return {import("./Builder.js").SerializableInstructions} the serializable instructions.
* @return {import("../canvas.js").SerializableInstructions} the serializable instructions.
*/
finish() {
const state = this.state;