gns3-registry/symbols
Julien Duponchelle 8bd7c8ff5f Proposal of a loab balancer icon.
It's based on the firewall and gateway symbol from GNS3.
2016-01-21 11:06:22 +01:00
..
firefox.svg Fix white background on firefox symbols 2015-10-30 14:02:59 +01:00
firefox.txt Add a firefox symbol 2015-10-08 16:06:03 +02:00
linux_guest.svg Custom symbol support (registry part) 2015-10-02 14:52:15 +02:00
linux_guest.txt Custom symbol support (registry part) 2015-10-02 14:52:15 +02:00
loadbalancer.svg Proposal of a loab balancer icon. 2016-01-21 11:06:22 +01:00
loadbalancer.txt Proposal of a loab balancer icon. 2016-01-21 11:06:22 +01:00
ostinato-3d-icon.svg Ostinato Logo 2016-01-07 18:17:59 +01:00
ostinato-3d-icon.txt Ostinato Logo 2016-01-07 18:17:59 +01:00
README.rst Documentation for keeping transparent background on resize svg 2015-10-30 14:05:47 +01:00
vRIN.svg Added vRIN symbol and license 2016-01-10 19:33:25 +01:00
vRIN.txt Added vRIN symbol and license 2016-01-10 19:33:25 +01:00

Symbols

This directory contain symbols that you can import in GNS3.

Rules

  • All symbols must be provided as a SVG file
  • A file named symbol.txt should exist and contain symbol licence
  • Try to keep a small file size
  • Max height 70px unless you have a specific reason

Resize a svg

If the height of your SVG is too big. You can resize it with a tools understanding SVG.

For imagemagick you need a version with rsvg (often it's OK on Linux). For installating it on mac with Homebrew:

` brew install imagemagick --with-librsvg`

For resizing with a height of 70:

` convert -background none symbols/firefox.svg -resize x70 firefox.svg`