Merge pull request #11225 from mike-000/patch-18
Use 'source-over' to render reprojection edges
This commit is contained in:
@@ -398,6 +398,7 @@ export function render(
|
|||||||
if (opt_renderEdges) {
|
if (opt_renderEdges) {
|
||||||
context.save();
|
context.save();
|
||||||
|
|
||||||
|
context.globalCompositeOperation = 'source-over';
|
||||||
context.strokeStyle = 'black';
|
context.strokeStyle = 'black';
|
||||||
context.lineWidth = 1;
|
context.lineWidth = 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user