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
Until now only linear gradient was supported on SKSvgCanvas, radial gradient was not implemented in Skia #3095.
This is no longer the case, as support has been added for both radial and two-point conical gradients: google/skia@f784f78
Describe the solution you would like
The gradients should work on SKSvgCanvas, just like they do on SKCanvas.
Current Skia bindings might work, but additional implementation may be needed.
Describe alternatives you have considered
None
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
nandor23
changed the title
[FEATURE] Add support for radial gradient on SKSvgCanvas
[FEATURE] Add support for radial gradient on SKSvgCanvasDec 17, 2024
Is your feature request related to a problem?
Until now only linear gradient was supported on
SKSvgCanvas
, radial gradient was not implemented in Skia #3095.This is no longer the case, as support has been added for both radial and two-point conical gradients: google/skia@f784f78
Describe the solution you would like
The gradients should work on
SKSvgCanvas
, just like they do onSKCanvas
.Current Skia bindings might work, but additional implementation may be needed.
Describe alternatives you have considered
None
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: