Make 0-opacity area marker clickable
PierreSchwang opened this issue ยท 1 comments
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.