Skip to content

Aign skiko Matrix33 mapping/conversion with Android#2850

Merged
Ivan Matkov (MatkovIvan) merged 1 commit into
jb-mainfrom
ivan.matkov/fix-matrix-convert
Mar 11, 2026
Merged

Aign skiko Matrix33 mapping/conversion with Android#2850
Ivan Matkov (MatkovIvan) merged 1 commit into
jb-mainfrom
ivan.matkov/fix-matrix-convert

Conversation

@MatkovIvan

@MatkovIvan Ivan Matkov (MatkovIvan) commented Mar 11, 2026

Copy link
Copy Markdown
Collaborator

Fixes CMP-9445 TooltipBox crashes in Compose Multiplatform 1.9.3 with “Matrix33 does not support arbitrary transforms"
2880465: Matrix: remove check for arbitrary transforms

The check was removed on Android, but we didn't apply this change on other platforms

Release Notes

Fixes - Multiple Platforms

  • Remove check for arbitrary transforms in Matrix conversions due to incorrect detection of regular rotation. Now the behaviour is aligned with Android.

@MatkovIvan Ivan Matkov (MatkovIvan) merged commit 59c677e into jb-main Mar 11, 2026
20 checks passed
@MatkovIvan Ivan Matkov (MatkovIvan) deleted the ivan.matkov/fix-matrix-convert branch March 11, 2026 16:01
Ivan Matkov (MatkovIvan) added a commit that referenced this pull request Mar 12, 2026
Fixes [CMP-9445](https://youtrack.jetbrains.com/issue/CMP-9445)
TooltipBox crashes in Compose Multiplatform 1.9.3 with “Matrix33 does
not support arbitrary transforms"

[2880465](https://android-review.googlesource.com/c/platform/frameworks/support/+/2880465):
Matrix: remove check for arbitrary transforms

The check was removed on Android, but we didn't apply this change on
other platforms

## Release Notes
### Fixes - Multiple Platforms
- Remove check for arbitrary transforms in `Matrix` conversions due to
incorrect detection of regular rotation. Now the behaviour is aligned
with Android.
Ekaterina Zaitseva (sekater) added a commit that referenced this pull request Mar 12, 2026
…2850) (#2860)

Fixes [CMP-9445](https://youtrack.jetbrains.com/issue/CMP-9445)
TooltipBox crashes in Compose Multiplatform 1.9.3 with “Matrix33 does
not support arbitrary transforms"

[2880465](https://android-review.googlesource.com/c/platform/frameworks/support/+/2880465):
Matrix: remove check for arbitrary transforms

The check was removed on Android, but we didn't apply this change on
other platforms

## Release Notes
### Fixes - Multiple Platforms
- Remove check for arbitrary transforms in `Matrix` conversions due to
incorrect detection of regular rotation. Now the behaviour is aligned
with Android.
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.

2 participants