patch: color shading
On Sun, Dec 30, 2007 at 05:37:14AM +0000, place wrote:
This should make shading better...
Committed. 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. On to another topic: Have you kept on working on the code to suport charset decoding when specified in the HEAD section? -- Cheers Jorge.-
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.
I'll at least take a look. The code for drawing borders seems a bit opaque at first glance, but it might not be too bad...
Have you kept on working on the code to support charset decoding when specified in the HEAD section?
No.
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...
Hi, On Thu, Jan 03, 2008 at 05:05:41AM +0000, place wrote:
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...
It looks quite OK to me. Committed. -- Cheers Jorge.-
participants (2)
-
jcid@dillo.org
-
place@gobigwest.com