diff --git a/src/seesaw/graphics.clj b/src/seesaw/graphics.clj index e12d016b..6acf0efa 100644 --- a/src/seesaw/graphics.clj +++ b/src/seesaw/graphics.clj @@ -141,7 +141,7 @@ 'line-to '.lineTo 'move-to '.moveTo 'curve-to '.curveTo - 'quad-to 'quad-to + 'quad-to '.quadTo }) (defmacro path [opts & forms]