Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix java method name when call quad-to within path expr
  • Loading branch information
shengdoushi committed Jan 9, 2019
commit 0e9876977e5bf2eea26b7ddecce21252b3489da7
2 changes: 1 addition & 1 deletion src/seesaw/graphics.clj
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
'line-to '.lineTo
'move-to '.moveTo
'curve-to '.curveTo
'quad-to 'quad-to
'quad-to '.quadTo
})

(defmacro path [opts & forms]
Expand Down