`patternTransform` does not render properly on iOS
See original GitHub issueBug
<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?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:10
- Comments:6
Top Results From Across the Web
patternTransform does not render properly on iOS #1386
Running it on Android and iOS produce different results. Workaround. I didn't read the code thoroughly, maybe we can pre-combine viewBox ...
Read more >Developers - `patternTransform` does not render properly on iOS -
<Pattern> with patternTransform property does not render properly on iOS. ... Are you a developer who can solve this issue? Get Started. IN...
Read more >'patternTransform' : 'rotate(140)' not working in safari
patternTransform 'rotate()' is not working as expected in safari browser as it is working in chrome (color is getting changed) .
Read more >patternTransform - SVG: Scalable Vector Graphics | MDN
The patternTransform attribute defines a list of transform definitions that are applied to a pattern tile.
Read more >Installer crashes each time I try
Fixed an issue that video capture and render images are not saved as html files - Fixed an issue where bindings were not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
react-native-svg
12.3.0
, issue persists on iOS with a bare React Native project (without Expo)I am experiencing the same problem using Expo SDK41 with react-native-svg
12.1.0
on iOS. On Android and on the Web it works as expected, did anyone find a workaround?Code:
Android:
Web:
iOS (cut and misplaced pattern):