Skip to content

Commit

Permalink
fix edge label opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekucera committed Oct 15, 2024
1 parent dd5abe7 commit a0d2e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/renderer/canvas/webgl/atlas.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ export class AtlasManager {

// Draws the texture if needed.
return opts.atlasCollection.draw(id, styleKey, bb, context => {
opts.drawElement(context, ele, bb, true, false);
opts.drawElement(context, ele, bb, true, true);
});
}

Expand Down

0 comments on commit a0d2e62

Please sign in to comment.