You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the frame of a view is large, for example: width = 3_000 and height = 3_000.
The CPU runs >100% for a bit then drops to 0 quickly and there is an incorrect result with gradient.
for example if: width = 2_000 and height = 2_000 , there is no problem:
If the frame of a view is large, for example: width = 3_000 and height = 3_000.
The CPU runs >100% for a bit then drops to 0 quickly and there is an incorrect result with gradient.
for example if: width = 2_000 and height = 2_000 , there is no problem:
Code to test this bug:
simple demo:
TestProject1.zip
The text was updated successfully, but these errors were encountered: