Angus Leeming <[EMAIL PROTECTED]> writes:
| On Friday 18 October 2002 5:23 pm, Garst R. Reese wrote:
>> In my testing w + 4 was needed to see the right side a frame
>> on a framed .eps file.
>> This was a file created by the Eagle pcb layout program when
>> asked to show the board dimensions. I tested 1, 2, 5 and 4,
>> using xforms1.0rc4
>>
>> Garst
>>
>> unsigned int xformsGImage::getWidth() const
>> {
>> if (!image_)
>> return 0;
>>
>> // Why, oh why do we need such hacks?
>> // Angus 12 July 2002
>> return image_->w + 2;
>> }
>
| I'll apply this if Lars doesn't veto it.
>
| Lars, this is a work-around. It's safe. Can I apply it please?
yes
--
Lgb