You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had some issues with SVG quality and in my case, I had to use the width and height multiplied by the current device DPR. So maybe just increasing the size of the vector can help.
Hello @gersonmontenegromatrix@labmorales,
It seems that the issue has already been solved.
But if you still face the problem, feel free to open a new issue.
Bug
When rendering a SVG based on an XML, lines are aliased. How do I get an antialiasing effect?
Unexpected behavior
Lines are full of alias effect.
Environment info
Library version: 12.1.1
Steps To Reproduce
I'm just loading the SVG image based on an XML file. This file is:
Describe what you expected to happen:
I expect to see a not aliased vector.
Short, Self Contained, Correct (Compilable), Example
This is the way I'm using the XML and the library
Any idea?. Thanks
The text was updated successfully, but these errors were encountered: