Just wondering if anyone have encounter such issue with application utilizing svg files. Where, when the application runs, the svg is not clear unless it is bigger in size. Shown in the image below here, the left is whatis shown in design mode where no matter how large it is scaled to, it is always clear. But, when the application is running, the larger image is the sharpest. The original image size is the lowest.
Hmm, when i made it it get bigger and bigger, it's always clear. So I suspect they do support SVG though. Will try contact application developer to see their response.
Hi there graphic guru expert,
Just wondering if anyone have encounter such issue with application utilizing svg files. Where, when the application runs, the svg is not clear unless it is bigger in size.
Shown in the image below here, the left is whatis shown in design mode where no matter how large it is scaled to, it is always clear.
But, when the application is running, the larger image is the sharpest.
The original image size is the lowest.
https://imgur.com/a/LNoebFH
The application is some proprietary application. No clue how they handle it either.
It looks like the images on the right are raster images. Do you know if the application supports vector or SVG?
Or it could be they don't support transparency, so that the anti-aliasing on the edges is gone.
I suggest look up documentation and see what you can find.
Hmm, when i made it it get bigger and bigger, it's always clear. So I suspect they do support SVG though. Will try contact application developer to see their response.
Figured out from the developer. They rasterized the graphics. :(