mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
6b852435b8
The SVG contained a spurious invisible square that led to wrong size of the exported PDF with Inkscape. There are more problematic icons, see #9897.
24 lines
365 B
Plaintext
24 lines
365 B
Plaintext
|
|
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.
|