From 00474dc038dff1f9b4677b4e96e6b8517450bdfc Mon Sep 17 00:00:00 2001 From: Graeme Yeates Date: Wed, 12 Sep 2018 16:50:59 -0400 Subject: [PATCH] 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. --- examples/draw-shapes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/draw-shapes.html b/examples/draw-shapes.html index 0ceead0499..eb4ce06920 100644 --- a/examples/draw-shapes.html +++ b/examples/draw-shapes.html @@ -17,6 +17,7 @@ tags: "draw, edit, freehand, vector"