comepeng

Results 2 comments of comepeng

Possible reason: the width of maker is not calculated when calculating the image size

Svg data are as follows: ` yxxxyxexe安装字体之后` My code is like this: ```cs SvgDocument svgDoc = SvgDocument.Open(xmlDoc); var svgBitmap = svgDoc.Draw(); svgBitmap.Save("test.png", ImageFormat.Png); ``` The output picture is like this:...