Store copies of background points for decluttering
This commit is contained in:
@@ -362,7 +362,7 @@ class Executor {
|
|||||||
null;
|
null;
|
||||||
if (declutterArgs) {
|
if (declutterArgs) {
|
||||||
if (fillStroke) {
|
if (fillStroke) {
|
||||||
declutterArgs.push(fillInstruction, strokeInstruction, p1, p2, p3, p4);
|
declutterArgs.push(fillInstruction, strokeInstruction, p1.slice(0), p2.slice(0), p3.slice(0), p4.slice(0));
|
||||||
}
|
}
|
||||||
declutterGroup.push(declutterArgs);
|
declutterGroup.push(declutterArgs);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user