mircea21S / RichCanvas

Infinite canvas with panning, zooming, scrolling and other customizable functions, designed for MVVM
MIT License
167 stars 17 forks source link

ReSize Bug #35

Open ccmnsfa opened 4 months ago

ccmnsfa commented 4 months ago

When I use scaling, changing the size causes a drop point error.

Code: RichCanvasDemo

https://github.com/mircea21S/RichCanvas/assets/105095831/9371f601-e39d-4c74-ab4d-15e2ee10dbd5

mircea21S commented 4 months ago

Hey,

Yes, that looks like a problem. It's most probably because of the implementation inside ResizeAdorner from RichCanvasDemo, so it's not related to the library itself.

That will be fixed after the next major release, as RichCanvasDemo will suffer some changes. If you need that sooner, try to debug and figure out the problem. If you fix it you can try to open a PR!

Thanks!

ccmnsfa commented 4 months ago

Well, I'm looking for the problem. When will the next version or 3.0 be released?

mircea21S commented 4 months ago

I hope soon enough! Can't estimate for sure... I am trying my best to release it as soon as possible.