Template:USStateMap
Template page
More actions
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 600">
<a href="/index.php/Category:New_York">
<title>New York</title>
<path class="NY" d="..." />
</a>
<a href="/index.php/Category:California">
<title>California</title>
<path class="CA" d="..." />
</a>
<a href="/index.php/Category:Hawaii">
<title>Hawaii</title>
<g class="HI">
<path d="..." />
<path d="..." />
</g>
</a>
</svg>