flameshot-org / flameshot

Powerful yet simple to use screenshot software :desktop_computer: :camera_flash:
https://flameshot.org
GNU General Public License v3.0
25.02k stars 1.6k forks source link

Color selector and icon feels blury #2426

Open shirok1 opened 2 years ago

shirok1 commented 2 years ago

Feature Description

image

image

Probably because of my desktop environment: KDE Plasma 5.23 on Xorg, with 150% "Global scale".

Resources in this repo seem to be vector image. If I may ask, how are they rendered? Are they first rendered into a bitmap and scaled(stretched) by Qt?

shirok1 commented 2 years ago

I changed the "Global scale" to 100% and the icons become pixel perfect.

image image
mmahmoudian commented 2 years ago

@borgmanJeremy can this be because of the svg optimisation pull request?

borgmanJeremy commented 2 years ago

@mmahmoudian I dont think so, this is very strange. I think this is an issue in Qt itself, we don't do anything to render the svg other than provide the path to the svg.