-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clip path of Group component cause glitch on rerender. #1075
Comments
We were not able to reproduce the example on android real device. We also tried on iOS and Web. Can you try with another android device to check if the bug also appear there with the exact same project? |
I think it only happens on some specific Android devices not happen in iOS, not sure about Web tho. in my case, it is Redmi Note 7 pro. One of my coworker face that bug too I'll update you soon after I ask him for the device info |
@wcandillon I updated the devices list |
the glitch also happen some component that doesn't use clip-path |
I have managed to reproduce this issue on 2 pixel devices as well (Pixel 3XL and Pixel 4XL). We are using a |
Thanks for reporting this @daentech |
hi @kyimoemin , @wcandillon any solution as I am getting similar issue, it seems that when you increase the padding, the canvas renders items multiple times. getting this bug in android |
I just change to react native svg lib. |
@kyimoemin , nice and easy fix mate :D |
having the same truoble, |
Description
adding
path
toclip
props ofGroup
component cause glitch oncanvas
when rerender. I tested in two versions both cause the bug.OS: Android
devices ( doesn't cause glitches in the android emulator)
Version
0.1.156, 0.1.157
Steps to reproduce
https://github.com/kyimoemin/skiaTest
Snack, code example, screenshot, or link to a repository
The text was updated successfully, but these errors were encountered: