Ok, will check the coding style...

In the last patch the check in the line function is wrong. But fixing it still gives ugly results for the dots because the middle dot is drawn smaller. Will look into that in an hour...

Schimmi

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.


Attachment: PGP.sig
Description: Signierter Teil der Nachricht

Reply via email to