Commit c7557429 by Torkel Ödegaard Committed by GitHub

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

This reverts commit 0f676966.
parent 8477d7b4
......@@ -2621,8 +2621,8 @@ Licensed under the MIT license.
ctx.fillStyle = fillStyle;
ctx.fill();
}
ctx.stroke();
}
ctx.stroke();
}
ctx.save();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment