How to added multiple linear gradient for a single path #881
Unanswered
pandey21197
asked this question in
Q&A
Replies: 2 comments 8 replies
-
In the image above, there is only one linear gradient visible, can you see it? |
Beta Was this translation helpful? Give feedback.
5 replies
-
yes the position property in gradient does exactly what you need. instead of 40% you can put 0.4.
for instance. As a rule of thumb we are matching the same capabilities than SVG there. |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Not able to plot multiple linear gradient for a single path to acheive:

currently it takes the last LinearGradient Value. Is there a way to achieve above result.
Beta Was this translation helpful? Give feedback.
All reactions