Skip to content
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

[FEATURE] Add support for radial gradient on SKSvgCanvas #3120

Open
1 task done
nandor23 opened this issue Dec 17, 2024 · 0 comments
Open
1 task done

[FEATURE] Add support for radial gradient on SKSvgCanvas #3120

nandor23 opened this issue Dec 17, 2024 · 0 comments

Comments

@nandor23
Copy link

nandor23 commented Dec 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 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
@nandor23 nandor23 changed the title [FEATURE] Add support for radial gradient on SKSvgCanvas [FEATURE] Add support for radial gradient on SKSvgCanvas Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

1 participant