Horje

Example of HTML SVG Star

Follow the Example
index.html
Example: HTML
<svg width="300" height="200">
  <polygon points="100,10 40,198 190,78 10,78 160,198"
  style="fill:lime;stroke:purple;stroke-width:5;fill-rule:evenodd;" />
</svg>

Output should be:

Example of HTML SVG Star




Type:
html
Category:
Web Tutorial
Sub Category:
HTML SVG Graphics
Uploaded by:
Admin