Skip to content

Tags: Shopify/react-native-skia

Tags

skia-m154

Toggle skia-m154's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(🐙): remove unused job (#4057)

skia-graphite-m154

Toggle skia-graphite-m154's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(🐙): remove unused job (#4057)

v2.11.2

Toggle v2.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(🤖): copy texture before invalidation on Android (#4038)

Ensure the original frame is retained if texture copy fails on Android.

v2.11.2-next.1

Toggle v2.11.2-next.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(🤖): copy texture before invalidation on Android (#4038)

Ensure the original frame is retained if texture copy fails on Android.

v2.11.1

Toggle v2.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(🐛): trim a path before stroking it (#4018)

* fix(🐛): trim a path before stroking it

drawPath applied the stroke prop before start/end, so trimming walked
the perimeter of the generated outline rather than the path the caller
drew. <Path path="M 20 128 L 236 128" stroke={{ width: 20 }} end={0.5} />
painted the right half of the line instead of the left.

The native recorder already trims first (PathCmd in
cpp/api/recorder/Drawings.h), so this only affected the JS player - Web
and the static container.

* test(🧪): compare rendered images for the path trim spec

Move it to renderer/__tests__/e2e so it also runs against native, draw
through surface.draw and compare with checkImage instead of sampling
alpha by hand. An untrimmed baseline sits next to the trimmed one so
the two halves are easy to tell apart.

---------

Co-authored-by: William Candillon <wcandillon@gmail.com>

v2.12.0-next.1

Toggle v2.12.0-next.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(⬆️): graphite update

v2.11.0

Toggle v2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(⬆️): upgrade to m152 (#3993)

v2.11.0-next.2

Toggle v2.11.0-next.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(🐙): update next branch

v2.10.2

Toggle v2.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump fast-uri from 3.1.4 to 3.1.5 (#3990)

Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](fastify/fast-uri@v3.1.4...v3.1.5)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William Candillon <wcandillon@gmail.com>

skia-m152

Toggle skia-m152's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump fast-uri from 3.1.4 to 3.1.5 (#3990)

Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](fastify/fast-uri@v3.1.4...v3.1.5)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William Candillon <wcandillon@gmail.com>