You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
Can I give this issue a go? I would love to contribute to the project once more.
Just to clarify the transparency should be toggled still just by clicks that instead of two values go through a range of values sequentially?
Currently we just have two levels - opaque (opacity level at 1) and transparent (opacity level at 0.7)
Relevant lines of code are:
an
opacity
option for the 0.7 valueLeaflet.DistortableImage/src/edit/DistortableImage.Edit.js
Lines 3 to 20 in c2bf3de
The
_toggleTransparency
action:Leaflet.DistortableImage/src/edit/DistortableImage.Edit.js
Lines 294 to 303 in c2bf3de
The corresponding toolbar icon code:
Leaflet.DistortableImage/src/edit/DistortableImage.EditToolbar.js
Lines 12 to 26 in c2bf3de
It would be great to get the transparency tool to work on a range – going from opaque to increasingly more transparent.
The text was updated successfully, but these errors were encountered: