I attached two images in this mail. Then are both rendered by Skia from the same instructions,
but one rendered as PNG while another rendered as SVG.
As you see, in the SVG one, the bold font is rendered too bold, do we have any options to let it
rendered the same as the PNG driver?
More concretely, I am using PDFium with its Skia backend, and the images are from one same
PDF page. So I can't simply give out the drawing instructions to reproduce these two images,
but I am sure the PDF file is the same one and the difference is that I use different Skia device
drivers.
Does anyone know why this happens and how to get a not such bold rendering while using SVG
device drivers?