Herbert Voss wrote:
> Angus, I think Rob is right. Change your zoom-factor of the
> prefs to e.g. 150% and you'll see, that the lyx view is
> wrong!
>
> Herbert
>
Also, in GraphicsParams.C,
// inPixels returns the length in inches, scaled by
// lyxrc.dpi and lyxrc.zoom.
// We want, therefore, to undo all this lyxrc nonsense because
we
// want the bounding box in Postscript pixels.
// Note further that there are 72 Postscript pixels per inch.
Should be:
// inPixels returns the length in inches, scaled by
// lyxrc.dpi and lyxrc.zoom.
// We want, therefore, to undo all this lyxrc nonsense because
we
// want the bounding box in Postscript points.
// Note further that there are 72 Postscript points per inch.
My LyXView on graphics with captions has a very tall red box with the
caption at the top and the smallish .ps graphic at the bottom. Not a big
deal, but looks sorta funny. The bounding box is just for the .ps
graphic.
Garst