Is it possible to achieve 'conic-gradient' effect from CSS using skia? #1779
Replies: 1 comment
-
NVM, i just realised, that I done something really stupid, and it is achievable with SweepGradient ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone!
I am trying to implement 'conic-gradient' visuals from CSS into EN app using Skia package. However, I am struggling to understand whether it is achievable as 'TwoPointConicalGrainet' and "SweepGraiend' options that are described in docs, not exactly helpful in this case, unless I am missing something.
The aim is to get this kind of a gradient:

Any help or advice is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions