Get the code of HTML svg star fill rule and watch video tutorials. You can practise using our code editor. Our practicle guide will make your learning journey much easier. You can explore the tutorial and learn.
<svg width="300" height="200">
<polygon
points="100,10 40,198 190,78 10,78 160,198"
fill="pink"
fill-rule="evenodd"
stroke="red"
stroke-width="5"
>
</svg>