rodydavis / infinite_canvas

Flutter infinite canvas that can be zoomed and panned.
https://rodydavis.github.io/infinite_canvas/
Apache License 2.0
60 stars 30 forks source link

Selection bounds don't scale in proportion with the shape #1

Open TahaTesser opened 1 year ago

TahaTesser commented 1 year ago

Screenshot 2023-01-20 at 17 50 33

rodydavis commented 1 year ago

So this is an interesting one, I added a clip behavior to the node to clip it. But the custom painter in the example only builds off of the width. I could do a min of width and height though