label-studio icon indicating copy to clipboard operation
label-studio copied to clipboard

fix: BROS-100: Flip rectangle regions without shift

Open hlomzik opened this issue 5 months ago • 5 comments

If you start resizing Rectangle region from left to right effectively flipping it and if you move the cursor very fast, the region will shift during flip, because Konva.js flips rectangle sides at some point.

Konva.js Transformer has parameter flipEnabled which was disabled. This parameter fixes the issue but it flips the height of the region and also rotates it at some cases. We have to fix negative height and shift the region back.

hlomzik avatar Jun 13 '25 18:06 hlomzik

Deploy Preview for label-studio-docs-new-theme ready!

Name Link
Latest commit a56fc4f97c9806cd6865acfe7640f3f765b33b90
Latest deploy log https://app.netlify.com/projects/label-studio-docs-new-theme/deploys/68500d5fc28b37000822c471
Deploy Preview https://deploy-preview-7760--label-studio-docs-new-theme.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar Jun 13 '25 18:06 netlify[bot]

Deploy Preview for label-studio-storybook ready!

Name Link
Latest commit a56fc4f97c9806cd6865acfe7640f3f765b33b90
Latest deploy log https://app.netlify.com/projects/label-studio-storybook/deploys/68500d5ff5e01900082ba3ac
Deploy Preview https://deploy-preview-7760--label-studio-storybook.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar Jun 13 '25 18:06 netlify[bot]

Deploy Preview for label-studio-playground ready!

Name Link
Latest commit a56fc4f97c9806cd6865acfe7640f3f765b33b90
Latest deploy log https://app.netlify.com/projects/label-studio-playground/deploys/68500d5ffd04360008824d6c
Deploy Preview https://deploy-preview-7760--label-studio-playground.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar Jun 13 '25 18:06 netlify[bot]

Deploy Preview for heartex-docs ready!

Name Link
Latest commit a56fc4f97c9806cd6865acfe7640f3f765b33b90
Latest deploy log https://app.netlify.com/projects/heartex-docs/deploys/68500d5f0e4f8500085bbd5d
Deploy Preview https://deploy-preview-7760--heartex-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar Jun 13 '25 18:06 netlify[bot]

/fmt

Workflow run

hlomzik avatar Jun 13 '25 20:06 hlomzik

/git merge

Workflow run Successfully merged: create mode 100644 web/libs/editor/tests/integration/e2e/timeseries/multichannel.cy.ts

hlomzik avatar Jun 16 '25 12:06 hlomzik