fix 3280 - rescale too-big images CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: src/text/fmt/xp/fg_Graphic.h CVS: src/text/fmt/xp/fg_GraphicRaster.cpp CVS: src/text/fmt/xp/fg_GraphicRaster.h CVS: src/text/fmt/xp/fg_GraphicVector.cpp CVS: src/text/fmt/xp/fg_GraphicVector.h src/text/fmt/xp/fp_Run.cpp CVS: src/text/fmt/xp/fp_Run.h src/text/fmt/xp/fv_View.cpp CVS: ----------------------------------------------------------------------
No, you can't insert an image that's bigger than the page. I now check the page size when trying to insert an image; if the image is bigger, then it gets resized to the page size - 0.1 in. pat
