Why does rect() look better than line()?
in
Programming Questions
•
1 year ago
Lately I use rect() instead of line() because it looks much better.
line() start and end positions seem to be rounded to integers.
Anyone knows why is this happening? Any workaround?
Here is a sample program:
http://studio.sketchpad.cc/iHspQXtQae
This is what I see when I run it in Java:
1