Enable circle primitive in draw-shapes example

For some reason the circle polygon type was not available in the select despite the example code handling drawing circles.
This commit is contained in:
Graeme Yeates
2018-09-12 16:50:59 -04:00
committed by GitHub
parent 8d054a404a
commit 00474dc038

View File

@@ -17,6 +17,7 @@ tags: "draw, edit, freehand, vector"
<form class="form-inline">
<label>Shape type &nbsp;</label>
<select id="type">
<option value="Circle">Circle</option>
<option value="Square">Square</option>
<option value="Box">Box</option>
<option value="Star">Star</option>