M4rtinK / modrana

ModRana is a flexible GPS navigation system for mobile devices. This is the main upstream modRana source code repository - waiting for your pull requests & patches! :)
www.modrana.org
GNU General Public License v3.0
67 stars 21 forks source link

Use SVG icons #183

Closed M4rtinK closed 7 years ago

M4rtinK commented 7 years ago

Even the relatively "high-resolution" PNG icons don't look good on the Jolla Tablet - and presumably other high DPI devices.

The best solution is to probably use SVG icons, which is unfortunately not straightforward due to Sailfish OS having old (1.4) PyOtherSide where SVG loading via the Python image provider is broken. But it might be possible to hack around this (by avoiding the Python image provider) until PyOtherSide is upgraded to 1.5 on SailfishOS, but it won't be nice - especially due to the need to also work with qrc on Android.

M4rtinK commented 7 years ago

Duplicate of #158.