Hi, On Sat, Jan 19, 2008 at 02:47:43AM +0000, place wrote:
It caused stripes along the sides of images with vspace and hspace.
The line numbers of the patch are off because my image.cc is somewhat hacked up, but who cares for a one-liner...
diff -pur dw2/dw/image.cc dw2-cur/dw/image.cc --- dw2/dw/image.cc 2007-12-24 06:17:14.000000000 +0000 +++ dw2-cur/dw/image.cc 2008-01-19 02:18:15.000000000 +0000 @@ -263,7 +263,7 @@ void Image::drawRow (int row)
buffer->getRowArea (row, &area); if (area.width && area.height) - queueDrawArea (area.x + getStyle()->boxOffsetY (), + queueDrawArea (area.x + getStyle()->boxOffsetX (), area.y + getStyle()->boxOffsetY (), area.width, area.height); }
Committed. Now that you're images, would you mind giving a look to these anomalies? http://www.dillo.org/test/img/ 1.- n1 renders a right column with old background (over dialup). 2.- n2 makes space inside the link, not outside, and renders different image size the first time (e.g. when from local harddisk); after back and forward size changes. 3.- n3 is obviously wrong! ;) -- Cheers Jorge.-