Bug 1445 : undefined `width` and `height`
Last modified: 2010-01-24 14:03




Status:
RESOLVED
Resolution:
INVALID -
Priority:
P2
Severity:
normal

 

Reporter:
Phillip M. Feldman
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2010-01-24 13:32
My son had a program that generated incorrect output because he referred to
the special variables `width` and `height` before calling `size`. This
should have generated an error message.

We are using version 1.0.9.
Additional Comment #1 From fry 2010-01-24 14:03
that's simply not possible for us to do. we say multiple times in the
size() reference that it has to be the first line in setup(), which is all
we can do.