X Tutup
Skip to content

Relayout events during movement for every shape#7726

Open
kilianjn wants to merge 1 commit intoplotly:masterfrom
kilianjn:feature/contRectUpdates
Open

Relayout events during movement for every shape#7726
kilianjn wants to merge 1 commit intoplotly:masterfrom
kilianjn:feature/contRectUpdates

Conversation

@kilianjn
Copy link

@kilianjn kilianjn commented Mar 9, 2026

I am in the process of building an image viewer where I want to draw rect or circular shapes for further analysis of image values over time.
Circular shapes made my life quite easy since the relayouting events are emitted at every move and update my statistics so i could quickly check lots of possibilities. I wanted to have the same functionality with rect shapes so they behave similarly.

I am aware that it means that the computational cost increases but I prefer behaviour-similarity over saving performance at every cost.
Let me know what you think.

Cheers

@kilianjn
Copy link
Author

kilianjn commented Mar 9, 2026

And as far as I understand I dealt with GH issue #7316

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup