Skip to content

svgitem: fix blurry icon on HiDPI screens

width() and height() are device-dependent, which are not proper values for requesting a source icon. This adds devicePixelRatio to fix it.

Before After
图片 图片

Ref: plasma-desktop#34 (closed)

Edited by Fushan Wen

Merge request reports