livecode / livecode-ide

LiveCode cross-platform development environment (IDE)
https://livecode.com/
33 stars 71 forks source link

LiveCode Builder dictionary entry for curve through is incorrect #918

Closed runrevelanor closed 8 years ago

runrevelanor commented 8 years ago

The syntax and examples are missing "point"

curve through mThroughA [ then mThroughB ] to mTo on mPath

should be

curve through point mThroughA [ then point mThroughB ] to point mTo on mPath

The example also needs updated.

livecodeali commented 8 years ago

http://quality.livecode.com/show_bug.cgi?id=17004