Skip to content

fix java method name when call quad-to within path expr#221

Open
shengdoushi wants to merge 1 commit intoclj-commons:masterfrom
shengdoushi:bug-graphics-quad-to
Open

fix java method name when call quad-to within path expr#221
shengdoushi wants to merge 1 commit intoclj-commons:masterfrom
shengdoushi:bug-graphics-quad-to

Conversation

@shengdoushi
Copy link
Copy Markdown

There is a typo error in graphics.clj:

(def ^{:private true} path-ops {
  'line-to '.lineTo
  'move-to '.moveTo
  'curve-to '.curveTo
  'quad-to 'quad-to 
})

quad-to should mapped to '.quadTo .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant