Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
2 posts • Page 1 of 1
2 posts
• Page 1 of 1
moto3101
Posts:37
Joined: Tue Aug 22, 2017 2:04 pm
Rotating objects with svg image leads to bitmap conversion
Postby moto3101 »
Hello together,
I recently came across a very interesting problem. If you fill e.g. a rectangle with a vector image and rotate it by a custom angle, the vector graphic looks like a low quality bitmap. Even with anti-aliasing turned on, the image looks unprofessional.
I assume the image is internally mapped to a bitmap and is then rotated and displayed.
Re: Rotating objects with svg image leads to bitmap conversion
Postby leoknipp »
If an SVG image is loaded it is transformed into a pixmap using QT functions.
When rotating the image redrawing the image is made by QT functions.
Using AntiAliasing has no effect in this case.
Right now the behaviour cannot be changed.
Best Regards
Leopold Knipp
Senior Support Specialist