Dynmap-Forge/Fabric

Dynmap-Forge/Fabric

888k Downloads

Make 0-opacity area marker clickable

PierreSchwang opened this issue ยท 1 comments

commented

Feature Description:
If AreaMarker#setFillStyle is called with a 0 opacity, the area container should still be drawn and clickable. Otherwise, only the border is clickable.

Additional context:
If the fill opacity > 0 the clickable container is created and interactable, otherwise not.

commented

Can be achieved by using a fill color with an alpha channel of 0. Therefor not needed anymore.