I know it’s possible to make a square/rectangle and a circle on a <map>, but is it possible to make a “doughnut” shape, i.e. a large circle with a small concentric circle cut out of it?
I know it’s possible to make a square/rectangle and a circle on a <map>
Share
Here is the code with a fiddle:
http://jsfiddle.net/DUgBB/1/
Here’s an image demonstrating it:
Terrible hand drawn donut
I have basically made a custom polygon with the points wrapping round to make a donut shape.