Merge pull request #10738 from ahocevar/textbackground-declutter

Fix text background decluttering
This commit is contained in:
Andreas Hocevar
2020-02-26 14:47:25 +01:00
committed by GitHub

View File

@@ -362,7 +362,7 @@ class Executor {
null;
if (declutterArgs) {
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);
}