Menu

#20 DRAW statement bugs

open
nobody
None
5
2012-10-03
2007-03-19
No

The following DRAW statement does not work correctly:

DRAW "BM100,100D100R100U100L100"

There are two bugs in there:
1. "B" means draw nothing in the WHOLE string not just the next move "M"

  1. If you clear the "B" the move "M" lose one character after coma means
    "M100,100" will go to 100,0

Workaround:

  1. Do not use "B"
  2. Use "M100,0100" which work correctly

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.