[vlc-commits] [Git][videolan/vlc][master] qt/pixmaps: Add a viewBox to the 'slower' svg

Rémi Denis-Courmont (@Courmisch) gitlab at videolan.org
Sat Mar 26 08:43:35 UTC 2022



Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC


Commits:
ee685295 by Benjamin Arnaud at 2022-03-26T08:28:44+00:00
qt/pixmaps: Add a viewBox to the 'slower' svg

As mentioned in makeIconFont.py: 'SVG should have a viewbox equal to the size of the SVG'.

If we don't do this we generate a blank icon.

- - - - -


2 changed files:

- modules/gui/qt/pixmaps/VLCIcons.ttf
- modules/gui/qt/pixmaps/slower.svg


Changes:

=====================================
modules/gui/qt/pixmaps/VLCIcons.ttf
=====================================
Binary files a/modules/gui/qt/pixmaps/VLCIcons.ttf and b/modules/gui/qt/pixmaps/VLCIcons.ttf differ


=====================================
modules/gui/qt/pixmaps/slower.svg
=====================================
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M12.288 19.342l-9-7a.75.75 0 0 1 0-1.184l9.002-7a.75.75 0 0 1 1.21.593v5.077l7.29-5.67a.75.75 0 0 1 1.21.593l-.002 14a.75.75 0 0 1-1.21.591L13.5 13.674l-.002 5.077a.75.75 0 0 1-1.21.591z" fill="#212121"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12.288 19.342l-9-7a.75.75 0 0 1 0-1.184l9.002-7a.75.75 0 0 1 1.21.593v5.077l7.29-5.67a.75.75 0 0 1 1.21.593l-.002 14a.75.75 0 0 1-1.21.591L13.5 13.674l-.002 5.077a.75.75 0 0 1-1.21.591z" fill="#212121"/></svg>



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ee685295142fd0395c00bb2c056900975c7f56dd

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ee685295142fd0395c00bb2c056900975c7f56dd
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list