Smooth scaled images using rich-text in "Text" element.
-
Hello.
I need to display mixed text with images using Text item. But scaled images looks pixelerated because it are not filtered.
How I can turn on smooth-filter on images in rich-text?
[code]
Text {
text: "Hello <img src='file://smiley.png' width=16 height=16>"
}
[/code] -
Hi
Did you try smooth or antialiasing property ?