Stefan Schimanski wrote:
Now lines and polylines which are vertical or horizontal are drawn
without antialiasing. I think it really looks nice now, especially the
\underbraces don't hurt the eyes anymore.
Yep, looks very nice!
Could you please send the patch inline (as opposed to attached). There's
a few style issue I'd like to comment, ex:
- Use tab not spaces
- Break the line after an 'if' condition:
if (x == 1) // no space before x and after 1, space around ==
xxx
else
xxx
or
if (...) {
xxx
yyy
} else {
xxx
yyy
}
Please read the files in development/Code_rules/ if you can. They are a
bit outdated but they contain the essential.
Good work,
Abdel.
Abdel.