Merge pull request #11225 from mike-000/patch-18

Use 'source-over' to render reprojection edges
This commit is contained in:
Andreas Hocevar
2020-06-29 15:30:21 +02:00
committed by GitHub

View File

@@ -398,6 +398,7 @@ export function render(
if (opt_renderEdges) {
context.save();
context.globalCompositeOperation = 'source-over';
context.strokeStyle = 'black';
context.lineWidth = 1;