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
In the Skia.Shader api, the only gradients I have managed to make work is the linear gradient. Sweep, radial and two point conical do not seem to work properly when I look at the interface files. Any type of configuration seems to result in the following error: IndexError: too many initializers for 'sk_point_t[1]' (got 2)
Steps to reproduce - Put this as a python file in your user folder, this should generate a circle in the topleft part of the screen. You can uncomment a line to check the other gradients
Talon v0.1.5 - Windows 10
In the Skia.Shader api, the only gradients I have managed to make work is the linear gradient. Sweep, radial and two point conical do not seem to work properly when I look at the interface files. Any type of configuration seems to result in the following error: IndexError: too many initializers for 'sk_point_t[1]' (got 2)
Steps to reproduce - Put this as a python file in your user folder, this should generate a circle in the topleft part of the screen. You can uncomment a line to check the other gradients
The text was updated successfully, but these errors were encountered: