+ 8
Can one fill the same svg shape with different colors?
Like giving a circle blue yellow and red color at the same time.
3 Réponses
+ 8
Please post the code here for help
+ 3
We can do it in svg to some extent using radial and linear gradient . Otherwise for much simpler way use JavaScript :-
https://code.sololearn.com/WyIV3LfxbUAZ/?ref=app
+ 2
yes you can fill the same svg shape with different colors