breadboard icon indicating copy to clipboard operation
breadboard copied to clipboard

bounding box of edges causes erroneous selection in visual editor

Open Mearman opened this issue 1 year ago • 2 comments

see video:

https://github.com/breadboard-ai/breadboard/assets/1331872/52ebd0be-f088-4b89-b302-227521068213

Mearman avatar Jul 08 '24 13:07 Mearman

We currently use rect-rect intersection, which is on occasion a bit coarse. But to do poly-poly intersection is a decent bit of code that I'm not sure is warranted at this stage.

paullewis avatar Jul 09 '24 15:07 paullewis

yeah I guessed it wouldn't be an easy one unless it was already provided by Pixi

Mearman avatar Jul 10 '24 11:07 Mearman