X-Plane Panel on SFOS

A quick search came up with this:

Apparently QML rasterizes the SVG first at the resolution specified in the SVG header and then scales the pixmap to whatever size it should be displayed at.

According to the linked thread, you could either set the sourceSize QML property or increase the size in the SVG file.

2 Likes