fix: use a workaround to avoid pixelated when zoomed out
GH-31
This commit is contained in:
@ -15,7 +15,7 @@ public:
|
||||
void showSvg(const QString &filepath);
|
||||
void showAnimated(const QString &filepath);
|
||||
|
||||
bool trySetTransformationMode(Qt::TransformationMode mode);
|
||||
bool trySetTransformationMode(Qt::TransformationMode mode, float scaleHint);
|
||||
|
||||
QPixmap renderToPixmap();
|
||||
|
||||
|
Reference in New Issue
Block a user