2017-11-15 11:50:40 -05:00
..
2017-01-31 02:21:59 +00:00
2017-01-31 02:21:59 +00:00
2015-10-08 16:06:03 +02:00
2017-09-14 19:10:03 +02:00
2017-09-14 19:10:03 +02:00
2017-02-07 22:23:34 +00:00
2017-02-07 22:23:34 +00:00
2017-01-05 13:32:40 +01:00
2017-01-05 13:32:40 +01:00
2017-08-27 14:10:52 +02:00
2017-09-15 18:28:46 +02:00
2017-09-15 18:28:46 +02:00
2016-01-07 18:17:59 +01:00
2016-01-07 18:17:59 +01:00
2017-07-12 14:59:14 +02:00
2017-11-15 11:50:40 -05:00
2016-01-10 19:33:25 +01:00
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`