]> git.lyx.org Git - features.git/commit
Fix bug #8114: LyX does not retrieve negative bbox parameters
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 8 Apr 2012 21:20:01 +0000 (23:20 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 8 Apr 2012 21:20:01 +0000 (23:20 +0200)
commitf0754582b8af481dc636c6d31eb3a52c853d7db0
tree627a487b7c3c03da548d3b37477120d7d21e6cd0
parent91bc04946fafbee92dda4bd17edfa007f615fe5d
Fix bug #8114: LyX does not retrieve negative bbox parameters

LyX fails to read the bounding box from an EPS file if it has
negative values. Adjusting the regex will overcome this problem.
Negative values do not pose big problems later on, but the GUI
doesn't handle it correctly yet (see bug #5718).
src/graphics/epstools.cpp