diff --git a/codeworld-api.cabal b/codeworld-api.cabal
--- a/codeworld-api.cabal
+++ b/codeworld-api.cabal
@@ -1,5 +1,5 @@
 Name:                codeworld-api
-Version:             0.2.2.0
+Version:             0.2.2.1
 Synopsis:            Graphics library for CodeWorld
 License:             Apache
 License-file:        LICENSE
diff --git a/src/CodeWorld/Driver.hs b/src/CodeWorld/Driver.hs
--- a/src/CodeWorld/Driver.hs
+++ b/src/CodeWorld/Driver.hs
@@ -975,7 +975,7 @@
         Canvas.fill ()
 
 arcDrawer b e r w ds =
-    withDS ds $ drawFigure ds w $ Canvas.arc (0, 0, 25 * abs r, b, e, b > e)
+    drawFigure ds w $ Canvas.arc (0, 0, 25 * abs r, b, e, b > e)
 
 textDrawer sty fnt txt ds =
     withDS ds $ do
