Revert "Graph: Improve point rendering performance (#22610)" (#22716)

This reverts commit 0f6769665a.
This commit is contained in:
Torkel Ödegaard 2020-03-11 13:18:37 +01:00 committed by GitHub
parent 8477d7b4a2
commit c75574298c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2621,8 +2621,8 @@ Licensed under the MIT license.
ctx.fillStyle = fillStyle;
ctx.fill();
}
ctx.stroke();
}
ctx.stroke();
}
ctx.save();