]> git.lyx.org Git - features.git/commit
More fixes for #9897 (wrong inset-icon size in PDF)
authorGünter Milde <milde@lyx.org>
Wed, 4 May 2016 21:34:37 +0000 (23:34 +0200)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:43 +0000 (17:55 -0400)
commit5fc431594fc0dfad0c731d075e4efb7c2ff1981a
tree68e629022db819b55993f9e29ca1e32376b37113
parent3465bf4baf199a4f9e3dfeeb24f98751bf0a71e2
More fixes for #9897 (wrong inset-icon size in PDF)

Inset-icons are auto-scaled according to their width.
This is problematic, if converted from SVG
with the bounding box set to content (ignoring the page size)
and the content is not square.

OTOH, ignoring page size is done for good reasons - we usually want just
the drawing area when inserting an image into a document.

An invisible square with fixes this problem.

Some icons had spurious invisible elements outside the page -- leading
to too small results in the PDF. These were removed.
28 files changed:
lib/images/change-accept.svgz
lib/images/change-next.svgz
lib/images/change-reject.svgz
lib/images/cut.svgz
lib/images/dialog-show_mathmatrix.svgz
lib/images/info-insert.svgz
lib/images/math-macro-add-optional-param.svgz
lib/images/math-macro-add-param.svgz
lib/images/math-macro-remove-optional-param.svgz
lib/images/math-macro-remove-param.svgz
lib/images/math-matrix.svgz
lib/images/math/alpha.svgz
lib/images/math/digamma.svgz
lib/images/math/frac-square.svgz
lib/images/math/frac.svgz
lib/images/math/intop.svgz
lib/images/math/leq.svgz
lib/images/math/leqq.svgz
lib/images/math/nabla.svgz
lib/images/math/pm.svgz
lib/images/redo.svgz
lib/images/script-insert_subscript.svgz
lib/images/script-insert_superscript.svgz
lib/images/specialchar-insert_latex.svgz
lib/images/specialchar-insert_latex2e.svgz
lib/images/specialchar-insert_lyx.svgz
lib/images/specialchar-insert_menu-separator.svgz
lib/images/specialchar-insert_tex.svgz