-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi, this is an amazing library, thanks for creating and sharing it.
As a feature request, could an option be added so events attach to the item being transformed, rather than their containing canvas element?
The use case I have in mind is displaying multiple items in the same canvas where they can be composed next to each other, and being able to zoom and move each based on events over the bounds of each item.
I think this use case may require a second feature request actually, though I've not been able to confirm this in testing — that multiple items could share the same canvas element (so all items can receive pointer events and not be blocked by the frontmost canvas).
Thanks and keep up the great work! This performs amazingly in the browser.