`patternTransform` does not render properly on iOS

Author: EmingKCreated May 22, 2020Updated Jun 4, 2026
Labelsbug

Bug

<Pattern> with patternTransform property does not render properly on iOS.

Repro

https://snack.expo.io/YEddb4zti

Running it on Android and iOS produce different results.

Workaround

I didn't read the code thoroughly, maybe we can pre-combine viewBox transform with patternTransform at the time we create the pattern object?

Source: software-mansion/react-native-svg