|
|
FB II COMPILERFix misbehaviour of the CIRCLE statementIn my current project, if I use the CIRCLE [FILL] statement immediately before drawing text with the PRINT% statement, my text gets drawn with an unintended offset. _Chris Change all PRINT%(x,y) to CALL MOVETO(x,y):PRINT Pierre A. Zippi
|