I'm back and just updated 1.2.1cvs. The right edge of my grapics still get cut off. w + 4 works to fix it. w + 2 is not enough. (In xformsGImage.C with xforms-1.0rc4) The converter changes fixed the speed problem. Can somebody check that the attached patch works with .88 and .89+ Thanks, Garst
--- xformsGImage.C.orig Sat Jul 27 01:00:36 2002
+++ xformsGImage.C Sat Jul 27 21:04:52 2002
@@ -141,7 +141,7 @@
{
if (!image_)
return 0;
- return image_->w;
+ return image_->w + 4;
}
