From b4356be6675c549510b16e370593237928eae458 Mon Sep 17 00:00:00 2001 From: Severin Meyer Date: Sat, 25 Jul 2015 18:55:15 +0200 Subject: [PATCH] Update Luma sourcefiles --- gfx/luma/gfx/hud/luma/common.filters | 16 +++++++ .../luma/vehicle_bar_northeast.svg} | 0 .../luma/vehicle_bar_northwest.svg} | 0 .../luma/vehicle_bar_southeast.svg} | 0 .../luma/vehicle_bar_southwest.svg} | 0 gfx/luma/gfx/hud/luma/vehicle_bumble.svg | 7 +++ .../luma/vehicle_bumble_weapon1.svg} | 2 +- .../luma/vehicle_bumble_weapon2.svg} | 2 +- .../frame.svg => hud/luma/vehicle_frame.svg} | 6 +-- gfx/luma/gfx/hud/luma/vehicle_gunner.svg | 7 +++ .../luma/vehicle_gunner_weapon1.svg} | 2 +- .../luma/vehicle_icon_health.svg} | 0 .../luma/vehicle_icon_shield.svg} | 0 .../luma/vehicle_icon_weapon1.svg} | 0 .../luma/vehicle_icon_weapon2.svg} | 0 .../waki.svg => hud/luma/vehicle_racer.svg} | 2 +- .../luma/vehicle_racer_weapon1.svg} | 2 +- .../luma/vehicle_racer_weapon2.svg} | 2 +- .../luma/vehicle_raptor.svg} | 2 +- .../luma/vehicle_raptor_weapon1.svg} | 2 +- .../luma/vehicle_raptor_weapon2.svg} | 2 +- .../luma/vehicle_shield.svg} | 4 +- gfx/luma/gfx/hud/luma/vehicle_spider.svg | 7 +++ .../luma/vehicle_spider_weapon1.svg} | 2 +- .../luma/vehicle_spider_weapon2.svg} | 2 +- gfx/luma/gfx/hud/luma/vehicle_template.png | Bin 0 -> 925 bytes gfx/luma/gfx/vehicles/bumb.svg | 7 --- gfx/luma/gfx/vehicles/bumb_side.svg | 7 --- gfx/luma/gfx/vehicles/common.filters | 42 ------------------ .../{axh-special1.svg => crosshair_aim.svg} | 0 .../{axh-dropcross.svg => crosshair_drop.svg} | 0 .../{axh-cross.svg => crosshair_heal.svg} | 0 .../{axh-ring.svg => crosshair_hint.svg} | 0 .../{axh-bracket.svg => crosshair_lock.svg} | 0 .../{axh-tag.svg => crosshair_tag.svg} | 0 gfx/luma/gfx/vehicles/null.svg | 3 -- gfx/luma/gfx/vehicles/sbot.svg | 7 --- .../{vth-mover.svg => turret_moving.svg} | 0 ...h-stationary.svg => turret_stationary.svg} | 0 gfx/luma/render-svg.sh | 6 +-- gfx/luma/render-version.sh | 4 +- 41 files changed, 58 insertions(+), 87 deletions(-) rename gfx/luma/gfx/{vehicles/bar_up_right.svg => hud/luma/vehicle_bar_northeast.svg} (100%) rename gfx/luma/gfx/{vehicles/bar_up_left.svg => hud/luma/vehicle_bar_northwest.svg} (100%) rename gfx/luma/gfx/{vehicles/bar_dwn_right.svg => hud/luma/vehicle_bar_southeast.svg} (100%) rename gfx/luma/gfx/{vehicles/bar_dwn_left.svg => hud/luma/vehicle_bar_southwest.svg} (100%) create mode 100644 gfx/luma/gfx/hud/luma/vehicle_bumble.svg rename gfx/luma/gfx/{vehicles/bumb_lgun.svg => hud/luma/vehicle_bumble_weapon1.svg} (83%) rename gfx/luma/gfx/{vehicles/bumb_rgun.svg => hud/luma/vehicle_bumble_weapon2.svg} (83%) rename gfx/luma/gfx/{vehicles/frame.svg => hud/luma/vehicle_frame.svg} (66%) create mode 100644 gfx/luma/gfx/hud/luma/vehicle_gunner.svg rename gfx/luma/gfx/{vehicles/bumb_side_gun.svg => hud/luma/vehicle_gunner_weapon1.svg} (83%) rename gfx/luma/gfx/{vehicles/health.svg => hud/luma/vehicle_icon_health.svg} (100%) rename gfx/luma/gfx/{vehicles/shield.svg => hud/luma/vehicle_icon_shield.svg} (100%) rename gfx/luma/gfx/{vehicles/bullets.svg => hud/luma/vehicle_icon_weapon1.svg} (100%) rename gfx/luma/gfx/{vehicles/rocket.svg => hud/luma/vehicle_icon_weapon2.svg} (100%) rename gfx/luma/gfx/{vehicles/waki.svg => hud/luma/vehicle_racer.svg} (53%) rename gfx/luma/gfx/{vehicles/waki_guns.svg => hud/luma/vehicle_racer_weapon1.svg} (89%) rename gfx/luma/gfx/{vehicles/waki_rockets.svg => hud/luma/vehicle_racer_weapon2.svg} (90%) rename gfx/luma/gfx/{vehicles/raptor.svg => hud/luma/vehicle_raptor.svg} (96%) rename gfx/luma/gfx/{vehicles/raptor_guns.svg => hud/luma/vehicle_raptor_weapon1.svg} (88%) rename gfx/luma/gfx/{vehicles/raptor_bombs.svg => hud/luma/vehicle_raptor_weapon2.svg} (90%) rename gfx/luma/gfx/{vehicles/vh-shield.svg => hud/luma/vehicle_shield.svg} (85%) create mode 100644 gfx/luma/gfx/hud/luma/vehicle_spider.svg rename gfx/luma/gfx/{vehicles/sbot_mguns.svg => hud/luma/vehicle_spider_weapon1.svg} (88%) rename gfx/luma/gfx/{vehicles/sbot_rpods.svg => hud/luma/vehicle_spider_weapon2.svg} (90%) create mode 100644 gfx/luma/gfx/hud/luma/vehicle_template.png delete mode 100644 gfx/luma/gfx/vehicles/bumb.svg delete mode 100644 gfx/luma/gfx/vehicles/bumb_side.svg rename gfx/luma/gfx/vehicles/{axh-special1.svg => crosshair_aim.svg} (100%) rename gfx/luma/gfx/vehicles/{axh-dropcross.svg => crosshair_drop.svg} (100%) rename gfx/luma/gfx/vehicles/{axh-cross.svg => crosshair_heal.svg} (100%) rename gfx/luma/gfx/vehicles/{axh-ring.svg => crosshair_hint.svg} (100%) rename gfx/luma/gfx/vehicles/{axh-bracket.svg => crosshair_lock.svg} (100%) rename gfx/luma/gfx/vehicles/{axh-tag.svg => crosshair_tag.svg} (100%) delete mode 100644 gfx/luma/gfx/vehicles/null.svg delete mode 100644 gfx/luma/gfx/vehicles/sbot.svg rename gfx/luma/gfx/vehicles/{vth-mover.svg => turret_moving.svg} (100%) rename gfx/luma/gfx/vehicles/{vth-stationary.svg => turret_stationary.svg} (100%) diff --git a/gfx/luma/gfx/hud/luma/common.filters b/gfx/luma/gfx/hud/luma/common.filters index 0b15eaa..6833325 100755 --- a/gfx/luma/gfx/hud/luma/common.filters +++ b/gfx/luma/gfx/hud/luma/common.filters @@ -46,5 +46,21 @@ + + + + + + + + + + + + + + + + diff --git a/gfx/luma/gfx/vehicles/bar_up_right.svg b/gfx/luma/gfx/hud/luma/vehicle_bar_northeast.svg similarity index 100% rename from gfx/luma/gfx/vehicles/bar_up_right.svg rename to gfx/luma/gfx/hud/luma/vehicle_bar_northeast.svg diff --git a/gfx/luma/gfx/vehicles/bar_up_left.svg b/gfx/luma/gfx/hud/luma/vehicle_bar_northwest.svg similarity index 100% rename from gfx/luma/gfx/vehicles/bar_up_left.svg rename to gfx/luma/gfx/hud/luma/vehicle_bar_northwest.svg diff --git a/gfx/luma/gfx/vehicles/bar_dwn_right.svg b/gfx/luma/gfx/hud/luma/vehicle_bar_southeast.svg similarity index 100% rename from gfx/luma/gfx/vehicles/bar_dwn_right.svg rename to gfx/luma/gfx/hud/luma/vehicle_bar_southeast.svg diff --git a/gfx/luma/gfx/vehicles/bar_dwn_left.svg b/gfx/luma/gfx/hud/luma/vehicle_bar_southwest.svg similarity index 100% rename from gfx/luma/gfx/vehicles/bar_dwn_left.svg rename to gfx/luma/gfx/hud/luma/vehicle_bar_southwest.svg diff --git a/gfx/luma/gfx/hud/luma/vehicle_bumble.svg b/gfx/luma/gfx/hud/luma/vehicle_bumble.svg new file mode 100644 index 0000000..08485df --- /dev/null +++ b/gfx/luma/gfx/hud/luma/vehicle_bumble.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/gfx/luma/gfx/vehicles/bumb_lgun.svg b/gfx/luma/gfx/hud/luma/vehicle_bumble_weapon1.svg similarity index 83% rename from gfx/luma/gfx/vehicles/bumb_lgun.svg rename to gfx/luma/gfx/hud/luma/vehicle_bumble_weapon1.svg index 7357bae..0e44dc9 100644 --- a/gfx/luma/gfx/vehicles/bumb_lgun.svg +++ b/gfx/luma/gfx/hud/luma/vehicle_bumble_weapon1.svg @@ -1,7 +1,7 @@ - + diff --git a/gfx/luma/gfx/vehicles/bumb_rgun.svg b/gfx/luma/gfx/hud/luma/vehicle_bumble_weapon2.svg similarity index 83% rename from gfx/luma/gfx/vehicles/bumb_rgun.svg rename to gfx/luma/gfx/hud/luma/vehicle_bumble_weapon2.svg index a566fe9..c4ff09c 100644 --- a/gfx/luma/gfx/vehicles/bumb_rgun.svg +++ b/gfx/luma/gfx/hud/luma/vehicle_bumble_weapon2.svg @@ -1,7 +1,7 @@ - + diff --git a/gfx/luma/gfx/vehicles/frame.svg b/gfx/luma/gfx/hud/luma/vehicle_frame.svg similarity index 66% rename from gfx/luma/gfx/vehicles/frame.svg rename to gfx/luma/gfx/hud/luma/vehicle_frame.svg index 9cb203c..52b6137 100644 --- a/gfx/luma/gfx/vehicles/frame.svg +++ b/gfx/luma/gfx/hud/luma/vehicle_frame.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/gfx/luma/gfx/hud/luma/vehicle_gunner.svg b/gfx/luma/gfx/hud/luma/vehicle_gunner.svg new file mode 100644 index 0000000..6f8163d --- /dev/null +++ b/gfx/luma/gfx/hud/luma/vehicle_gunner.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/gfx/luma/gfx/vehicles/bumb_side_gun.svg b/gfx/luma/gfx/hud/luma/vehicle_gunner_weapon1.svg similarity index 83% rename from gfx/luma/gfx/vehicles/bumb_side_gun.svg rename to gfx/luma/gfx/hud/luma/vehicle_gunner_weapon1.svg index d70875a..b1102d2 100644 --- a/gfx/luma/gfx/vehicles/bumb_side_gun.svg +++ b/gfx/luma/gfx/hud/luma/vehicle_gunner_weapon1.svg @@ -1,7 +1,7 @@ - + diff --git a/gfx/luma/gfx/vehicles/health.svg b/gfx/luma/gfx/hud/luma/vehicle_icon_health.svg similarity index 100% rename from gfx/luma/gfx/vehicles/health.svg rename to gfx/luma/gfx/hud/luma/vehicle_icon_health.svg diff --git a/gfx/luma/gfx/vehicles/shield.svg b/gfx/luma/gfx/hud/luma/vehicle_icon_shield.svg similarity index 100% rename from gfx/luma/gfx/vehicles/shield.svg rename to gfx/luma/gfx/hud/luma/vehicle_icon_shield.svg diff --git a/gfx/luma/gfx/vehicles/bullets.svg b/gfx/luma/gfx/hud/luma/vehicle_icon_weapon1.svg similarity index 100% rename from gfx/luma/gfx/vehicles/bullets.svg rename to gfx/luma/gfx/hud/luma/vehicle_icon_weapon1.svg diff --git a/gfx/luma/gfx/vehicles/rocket.svg b/gfx/luma/gfx/hud/luma/vehicle_icon_weapon2.svg similarity index 100% rename from gfx/luma/gfx/vehicles/rocket.svg rename to gfx/luma/gfx/hud/luma/vehicle_icon_weapon2.svg diff --git a/gfx/luma/gfx/vehicles/waki.svg b/gfx/luma/gfx/hud/luma/vehicle_racer.svg similarity index 53% rename from gfx/luma/gfx/vehicles/waki.svg rename to gfx/luma/gfx/hud/luma/vehicle_racer.svg index 8caddd6..c97ef3e 100644 --- a/gfx/luma/gfx/vehicles/waki.svg +++ b/gfx/luma/gfx/hud/luma/vehicle_racer.svg @@ -2,6 +2,6 @@ - + diff --git a/gfx/luma/gfx/vehicles/waki_guns.svg b/gfx/luma/gfx/hud/luma/vehicle_racer_weapon1.svg similarity index 89% rename from gfx/luma/gfx/vehicles/waki_guns.svg rename to gfx/luma/gfx/hud/luma/vehicle_racer_weapon1.svg index 5623bba..2557dd6 100644 --- a/gfx/luma/gfx/vehicles/waki_guns.svg +++ b/gfx/luma/gfx/hud/luma/vehicle_racer_weapon1.svg @@ -1,7 +1,7 @@ - + diff --git a/gfx/luma/gfx/vehicles/waki_rockets.svg b/gfx/luma/gfx/hud/luma/vehicle_racer_weapon2.svg similarity index 90% rename from gfx/luma/gfx/vehicles/waki_rockets.svg rename to gfx/luma/gfx/hud/luma/vehicle_racer_weapon2.svg index 65fad19..f9cec12 100644 --- a/gfx/luma/gfx/vehicles/waki_rockets.svg +++ b/gfx/luma/gfx/hud/luma/vehicle_racer_weapon2.svg @@ -1,7 +1,7 @@ - + diff --git a/gfx/luma/gfx/vehicles/raptor.svg b/gfx/luma/gfx/hud/luma/vehicle_raptor.svg similarity index 96% rename from gfx/luma/gfx/vehicles/raptor.svg rename to gfx/luma/gfx/hud/luma/vehicle_raptor.svg index 1f005ae..a5df557 100644 --- a/gfx/luma/gfx/vehicles/raptor.svg +++ b/gfx/luma/gfx/hud/luma/vehicle_raptor.svg @@ -2,6 +2,6 @@ - + diff --git a/gfx/luma/gfx/vehicles/raptor_guns.svg b/gfx/luma/gfx/hud/luma/vehicle_raptor_weapon1.svg similarity index 88% rename from gfx/luma/gfx/vehicles/raptor_guns.svg rename to gfx/luma/gfx/hud/luma/vehicle_raptor_weapon1.svg index 4818eba..192cbab 100644 --- a/gfx/luma/gfx/vehicles/raptor_guns.svg +++ b/gfx/luma/gfx/hud/luma/vehicle_raptor_weapon1.svg @@ -1,7 +1,7 @@ - + diff --git a/gfx/luma/gfx/vehicles/raptor_bombs.svg b/gfx/luma/gfx/hud/luma/vehicle_raptor_weapon2.svg similarity index 90% rename from gfx/luma/gfx/vehicles/raptor_bombs.svg rename to gfx/luma/gfx/hud/luma/vehicle_raptor_weapon2.svg index eda3a4c..91ae0c8 100644 --- a/gfx/luma/gfx/vehicles/raptor_bombs.svg +++ b/gfx/luma/gfx/hud/luma/vehicle_raptor_weapon2.svg @@ -1,7 +1,7 @@ - + diff --git a/gfx/luma/gfx/vehicles/vh-shield.svg b/gfx/luma/gfx/hud/luma/vehicle_shield.svg similarity index 85% rename from gfx/luma/gfx/vehicles/vh-shield.svg rename to gfx/luma/gfx/hud/luma/vehicle_shield.svg index ca591bd..beaae07 100644 --- a/gfx/luma/gfx/vehicles/vh-shield.svg +++ b/gfx/luma/gfx/hud/luma/vehicle_shield.svg @@ -2,7 +2,7 @@ - + @@ -10,6 +10,6 @@ - + diff --git a/gfx/luma/gfx/hud/luma/vehicle_spider.svg b/gfx/luma/gfx/hud/luma/vehicle_spider.svg new file mode 100644 index 0000000..c9da333 --- /dev/null +++ b/gfx/luma/gfx/hud/luma/vehicle_spider.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/gfx/luma/gfx/vehicles/sbot_mguns.svg b/gfx/luma/gfx/hud/luma/vehicle_spider_weapon1.svg similarity index 88% rename from gfx/luma/gfx/vehicles/sbot_mguns.svg rename to gfx/luma/gfx/hud/luma/vehicle_spider_weapon1.svg index f5bcc94..89cd248 100644 --- a/gfx/luma/gfx/vehicles/sbot_mguns.svg +++ b/gfx/luma/gfx/hud/luma/vehicle_spider_weapon1.svg @@ -1,7 +1,7 @@ - + diff --git a/gfx/luma/gfx/vehicles/sbot_rpods.svg b/gfx/luma/gfx/hud/luma/vehicle_spider_weapon2.svg similarity index 90% rename from gfx/luma/gfx/vehicles/sbot_rpods.svg rename to gfx/luma/gfx/hud/luma/vehicle_spider_weapon2.svg index c6d9872..ac06e7f 100644 --- a/gfx/luma/gfx/vehicles/sbot_rpods.svg +++ b/gfx/luma/gfx/hud/luma/vehicle_spider_weapon2.svg @@ -1,7 +1,7 @@ - + diff --git a/gfx/luma/gfx/hud/luma/vehicle_template.png b/gfx/luma/gfx/hud/luma/vehicle_template.png new file mode 100644 index 0000000000000000000000000000000000000000..5bc53cbb22ebc16ced393df454b2ef00b5a1cad9 GIT binary patch literal 925 zcmV;O17iG%P)2(7`drig}xo$wizuyC)wQ6m^M)tMuojAZuKKbt3ADIBq6z*94rfAE$ zZfdq;!Q&Eu00bZa0SG_<0uX=z1Rwwb2tWY8DfLeQQV%t2K&BHDDB!s-BO;=P3g=Lx z21K+9p?kn{_i=ZCxxL34S7^#NOW^MUVk{8RVvLB09;z%ZDoy}}7Uux#UdVJ}676zs z3Fxv|1FS+ovtri+I`uyjK&M#&G*sxotpTZr8Vkh=@U&dc8;}}go&X9!00I!e8v+0j zQxA+20K}q3-T+@R2Y@%s0lBOE%rFL^RT)%_djPFUp=3M@{X2B>V(Uh!!J%L&`5GqD)alS-b(bLHL02)!8x`d?h`| zC>l*ZQZ$;J-!uU4>)-*S>3MHKV~S`<(Re@+5k1JRHGU=0`&Q8WaI zHVM!$y7+V$HXu)ELG)_^KYDDg90RwV+v*KA%sqc)dMcZ)(KcJITk7`001a|Yuc~GF6aGJA~o_@We - - - - - - diff --git a/gfx/luma/gfx/vehicles/bumb_side.svg b/gfx/luma/gfx/vehicles/bumb_side.svg deleted file mode 100644 index de7d718..0000000 --- a/gfx/luma/gfx/vehicles/bumb_side.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/gfx/luma/gfx/vehicles/common.filters b/gfx/luma/gfx/vehicles/common.filters index 33479b6..9e50b94 100644 --- a/gfx/luma/gfx/vehicles/common.filters +++ b/gfx/luma/gfx/vehicles/common.filters @@ -1,9 +1,6 @@ - - - @@ -13,44 +10,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gfx/luma/gfx/vehicles/axh-special1.svg b/gfx/luma/gfx/vehicles/crosshair_aim.svg similarity index 100% rename from gfx/luma/gfx/vehicles/axh-special1.svg rename to gfx/luma/gfx/vehicles/crosshair_aim.svg diff --git a/gfx/luma/gfx/vehicles/axh-dropcross.svg b/gfx/luma/gfx/vehicles/crosshair_drop.svg similarity index 100% rename from gfx/luma/gfx/vehicles/axh-dropcross.svg rename to gfx/luma/gfx/vehicles/crosshair_drop.svg diff --git a/gfx/luma/gfx/vehicles/axh-cross.svg b/gfx/luma/gfx/vehicles/crosshair_heal.svg similarity index 100% rename from gfx/luma/gfx/vehicles/axh-cross.svg rename to gfx/luma/gfx/vehicles/crosshair_heal.svg diff --git a/gfx/luma/gfx/vehicles/axh-ring.svg b/gfx/luma/gfx/vehicles/crosshair_hint.svg similarity index 100% rename from gfx/luma/gfx/vehicles/axh-ring.svg rename to gfx/luma/gfx/vehicles/crosshair_hint.svg diff --git a/gfx/luma/gfx/vehicles/axh-bracket.svg b/gfx/luma/gfx/vehicles/crosshair_lock.svg similarity index 100% rename from gfx/luma/gfx/vehicles/axh-bracket.svg rename to gfx/luma/gfx/vehicles/crosshair_lock.svg diff --git a/gfx/luma/gfx/vehicles/axh-tag.svg b/gfx/luma/gfx/vehicles/crosshair_tag.svg similarity index 100% rename from gfx/luma/gfx/vehicles/axh-tag.svg rename to gfx/luma/gfx/vehicles/crosshair_tag.svg diff --git a/gfx/luma/gfx/vehicles/null.svg b/gfx/luma/gfx/vehicles/null.svg deleted file mode 100644 index 22ac022..0000000 --- a/gfx/luma/gfx/vehicles/null.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/gfx/luma/gfx/vehicles/sbot.svg b/gfx/luma/gfx/vehicles/sbot.svg deleted file mode 100644 index f260d3c..0000000 --- a/gfx/luma/gfx/vehicles/sbot.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/gfx/luma/gfx/vehicles/vth-mover.svg b/gfx/luma/gfx/vehicles/turret_moving.svg similarity index 100% rename from gfx/luma/gfx/vehicles/vth-mover.svg rename to gfx/luma/gfx/vehicles/turret_moving.svg diff --git a/gfx/luma/gfx/vehicles/vth-stationary.svg b/gfx/luma/gfx/vehicles/turret_stationary.svg similarity index 100% rename from gfx/luma/gfx/vehicles/vth-stationary.svg rename to gfx/luma/gfx/vehicles/turret_stationary.svg diff --git a/gfx/luma/render-svg.sh b/gfx/luma/render-svg.sh index ee220de..06fc923 100755 --- a/gfx/luma/render-svg.sh +++ b/gfx/luma/render-svg.sh @@ -8,14 +8,14 @@ # the svg files are rendered at a large size and then scaled down. # # DEPENDENCIES -# rsvg-convert (librsvg) -# convert (imagemagick) +# rsvg-convert (librsvg 2.39.0) +# convert (imagemagick 6.8.6-9) # # USAGE # ./render-svg.sh DATADIR [SVGFILE...] # # USAGE EXAMPLES -# Single file: ./render-svg.sh ~/.xonotic/data gfx/menu/luminos/cursor.svg +# Single file: ./render-svg.sh ~/.xonotic/data gfx/menu/luma/cursor.svg # All files: ./render-svg.sh ~/.xonotic/data $(find . -name "*.svg") diff --git a/gfx/luma/render-version.sh b/gfx/luma/render-version.sh index 581f8f2..aec318b 100755 --- a/gfx/luma/render-version.sh +++ b/gfx/luma/render-version.sh @@ -9,8 +9,8 @@ # the svg files are rendered at a large size and then scaled down. # # DEPENDENCIES -# rsvg-convert (librsvg) -# convert (imagemagick) +# rsvg-convert (librsvg 2.39.0) +# convert (imagemagick 6.8.6-9) # Xolonium-Regular font # # USAGE -- 2.39.2