Paul den Dulk
Paul den Dulk
Those are two separate issues ### Multicolor patterns The FillStyle supports only one color and no background color, yet it is possible to combine two styles, one with the pattern...
In main there are many breaking changes. We are still before the release of 5.0.0-beta.1 and when that is released we are going to tell people that there will be...
Well I am making big changes and will also introduce some bugs too. Still more changes are coming. I will be happy to get more thorough testing in the next...
Mapsui 5.0.0-beta.1 was released with a major update of touch and mouse handling. I would be happy with some testing. Here is a checklist with suggestions on how to test:...
I like to have some better understanding of what is going on. The main thing I see when scanning the code is that event listeners now use weak references, but...
Also note this issue to discuss decisions https://github.com/Mapsui/Mapsui/issues/2372
@inforithmics I was hoping to have time to take a closer look at this this weekend but I am in the flow with the touch logic and I want to...
I have been doing a little research related to event and disposing. I will past it here so that it does not get lost. Usually I just assign an Action...
The word scrolling in a general context means going up or down, which would be a form of panning in Mapsui. But I assume that here you are talking about...
Mouse wheel zoom on Avalonia needs a workaround because the default step size (of a factor of 2) was too big because there are more touch event. This workaround may...