mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 04:47:54 +00:00
.. | ||
cisco-fmcv.svg | ||
cisco-fmcv.txt | ||
cisco-ise.svg | ||
cisco-ise.txt | ||
firefox.svg | ||
firefox.txt | ||
juniper-vmx.svg | ||
juniper-vmx.txt | ||
juniper-vqfx.svg | ||
juniper-vqfx.txt | ||
linux_guest.svg | ||
linux_guest.txt | ||
loadbalancer_docker.svg | ||
loadbalancer_docker.txt | ||
loadbalancer.svg | ||
loadbalancer.txt | ||
mgmt_station_docker.svg | ||
mgmt_station_docker.txt | ||
mgmt_station.svg | ||
mgmt_station.txt | ||
microsoft.svg | ||
microsoft.txt | ||
multilayer_switch_docker.svg | ||
multilayer_switch_docker.txt | ||
multilayer_switch_green_docker.svg | ||
multilayer_switch_green_docker.txt | ||
multilayer_switch_red_docker.svg | ||
multilayer_switch_red_docker.txt | ||
ostinato-3d-icon.svg | ||
ostinato-3d-icon.txt | ||
pan-vm-fw.svg | ||
pan-vm-fw.txt | ||
README.rst | ||
router_docker.svg | ||
router_docker.txt | ||
router_green_docker.svg | ||
router_green_docker.txt | ||
router_green.svg | ||
router_green.txt | ||
router_red_docker.svg | ||
router_red_docker.txt | ||
router_red.svg | ||
router_red.txt | ||
ubuntu.svg | ||
ubuntu.txt | ||
vRIN.svg | ||
vRIN.txt |
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
`