Re: [Interest] QML: Image is blurred when rotated

2021-07-30 Thread Shawn Rutledge
> 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

Re: [Interest] QML: Image is blurred when rotated

2021-07-29 Thread Frank Mertens
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

[Interest] QML: Image is blurred when rotated

2021-07-29 Thread Alexander Dyagilev
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