we’re facing an issue with aliasing in our RPM gauge implementation. Specifically, we’re using a filled path to draw a thin inner line based on the current RPM value. Even after setting the Quality
property of the path to true
, some aliasing is still visible, especially along angled or diagonal parts of the line. We’ve also noticed a similar aliasing effect with some characters English fonts in our UI, even when the Quality
property is enabled.
Environment details:
I’m attaching a screenshot from the Embedded Wizard documentation for reference where the curved edges are still having some aliasing. Could you from the team (or community) advise — apart from setting Quality
to true
, is there any other way to improve anti-aliasing for filled paths or fonts on this platform? Any additional properties, rendering options, or known workarounds would be really helpful.
Thanks in advance for any suggestions!