Merged
Conversation
451512d to
7f3ef2d
Compare
7f3ef2d to
4295d0b
Compare
# Conflicts: # skiko/build-with-local-skia.sh # skiko/gradle.properties # Conflicts: # skiko/build-with-local-skia.sh
storageTest: Query points from pModified (the path with setLastPt applied) instead of the original immutable path p, which is no longer mutated by setLastPt since it now operates through PathBuilder. utilsTest: Replace fillMode mutation test with structural path modification via PathBuilder, since setFillMode no longer changes generationId in Skia m144.
Skia m144 requires non-null SkFontScanner in SkFontMgr_New_FontConfig() and SkFontMgr_New_Android(). Pass SkFontScanner_Make_FreeType() instead of nullptr to prevent segfaults in font operations. Fixes Canvas.drawString test crash on Linux x64.
Skia m144 WASM binaries were compiled with emsdk 4.0.7. Using the same version ensures binary compatibility and resolves undefined setjmp/longjmp linker errors.
66cd48e to
5964989
Compare
eymar
approved these changes
Feb 17, 2026
igordmn
reviewed
Feb 17, 2026
igordmn
reviewed
Feb 18, 2026
igordmn
approved these changes
Feb 18, 2026
MatkovIvan
added a commit
that referenced
this pull request
Feb 19, 2026
…#1169) [SKIKO-1112](https://youtrack.jetbrains.com/issue/SKIKO-1112) Missed `PathBuilder.offset` and `PathBuilder.transform` in `0.144.0` Missed part from #1154 JNI/KN C++ bindings are already in place
MatkovIvan
added a commit
to JetBrains/compose-multiplatform-core
that referenced
this pull request
Feb 19, 2026
[SKIKO-1094](https://youtrack.jetbrains.com/issue/SKIKO-1094) Update skia to m144 JetBrains/skiko#1154 ## Release Notes ### Features - Multiple Platforms - Update skia to m144
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes SKIKO-1094 Update skia to m144
Skia release notes