From 0e9876977e5bf2eea26b7ddecce21252b3489da7 Mon Sep 17 00:00:00 2001 From: guolihui Date: Wed, 9 Jan 2019 14:53:18 +0800 Subject: [PATCH] fix java method name when call quad-to within path expr --- src/seesaw/graphics.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]