inkscape_tools: update the format of icons generated of iOS
authorAlexis Laferrière <alexis.laf@xymus.net>
Fri, 23 Sep 2016 15:00:12 +0000 (11:00 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Fri, 30 Sep 2016 14:19:17 +0000 (10:19 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

contrib/inkscape_tools/src/svg_to_icons.nit

index d2da62b..3d7d314 100644 (file)
@@ -87,7 +87,7 @@ var resolutions
 if opt_android.value then
        resolutions = [36, 48, 72, 96, 144, 192]
 else if opt_ios.value then
-       resolutions = [29, 57, 58, 80, 87, 114, 120, 180]
+       resolutions = [29, 58, 76, 80, 87, 120, 152, 180]
 else if opt_large.value then
        resolutions = [512, 1024]
 else abort