use 'source-over' to render edges
This commit is contained in:
@@ -398,6 +398,7 @@ export function render(
|
||||
if (opt_renderEdges) {
|
||||
context.save();
|
||||
|
||||
context.globalCompositeOperation = 'source-over';
|
||||
context.strokeStyle = 'black';
|
||||
context.lineWidth = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user