> On 2021 Jul 29, at 19:45, Alexander Dyagilev wrote:
>
> Hello,
>
> I have an SVG image which is drawn fine.
>
> But if I rotate it (i.e. change its rotation property to some value) it is
> drawn blurry.
How blurry?
Image.sourceSize is useful when working with SVG, to render at a specific
On 29.07.21 19:45, Alexander Dyagilev wrote:
> Hello,
>
> I have an SVG image which is drawn fine.
>
> But if I rotate it (i.e. change its rotation property to some value) it is
> drawn blurry.
>
> Is this a bug or a normal behavior that can't be avoided?
>
Sure. Try myImage.smooth=false. Of cour
Hello,
I have an SVG image which is drawn fine.
But if I rotate it (i.e. change its rotation property to some value) it
is drawn blurry.
Is this a bug or a normal behavior that can't be avoided?
___
Interest mailing list
Interest@qt-project.org
htt