Günter Milde 5fc431594f 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.
2016-05-29 17:55:43 -04:00
..
2008-04-20 03:20:44 +00:00
2015-12-07 19:14:44 +01:00
2015-12-07 19:14:44 +01:00
2015-05-28 13:14:23 +02:00
2015-04-12 12:59:19 +02:00
2015-04-12 12:59:19 +02:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-04-12 12:59:19 +02:00
2015-04-12 12:59:19 +02:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-04-12 12:59:19 +02:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2013-12-13 14:06:56 +01:00
2013-12-13 14:06:56 +01:00
2015-03-13 01:29:37 +01:00
2015-04-12 12:59:19 +02:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00

Preferabely, use SVG as image format.

For bitmap icons, we had the following advise:

All icons to be used should follow this, so that the icons
look alike.

- size 22x22 pixels

- five color:
	#000000000000
	#BFBFBFBFBFBF
	#FFFFFFFFFFFF
	navy
	#B2B2ABABACAC

- two color:
	#BFBFBFBFBFBF
	black

Hint: for editing a bitmap, remove the 'const' with
a text editor.