Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions images/vehicle-registration-plates/XW.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions images/vehicle-registration-plates/convert-to-png.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
set -e

convert -background none A_international_vehicle_registration_oval.svg -resize 66x66 ../../res/drawable-nodpi/vehicle_a.png
convert -background none CH_international_vehicle_registration_oval.svg -resize 66x66 ../../res/drawable-nodpi/vehicle_ch.png
convert -background none D_international_vehicle_registration_oval.svg -resize 66x66 ../../res/drawable-nodpi/vehicle_d.png
convert -background none XW.svg -resize 66x66 ../../res/drawable-nodpi/vehicle_xw.png
Loading