+ 4
Is it possible to use RGB and Style for Circle in SVG?
If possible Let me know please, Maybe even a small example would be really helpful! Thanks In Advance! Cheers 🥂
4 ответов
+ 6
This works
<svg width=100 height=100>
<circle cx=50 cy=50 r=30 style="fill: #ffa0b0; stroke-width: 3; stroke: #308090;" />
</svg>
+ 5
Thanks a lot sir! John Wells 😁
+ 2
Thanks @Asif Bhai! 😄