3 Jan
2008
3 Jan
'08
7:15 a.m.
Jorge wrote:
BTW, would you mind looking at this case?
<table border=90> <tr> <td>1 2 3 4 <td>5 6 7 8 9 10 <td>A <tr> <td colspan="2" bgcolor=teal>cs=2 <td>B </table>
It may use a bevel like firefox.
Attached. I took the liberty of changing Points to int[2]s to allow me to use fltk::addvertices() instead of fltk::addvertex(). Probably succumbing to premature optimization here...