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
This package are brilliant!!!
For converting Svg to raster Image I use SkiSharp and get same problem with scale svg.
Border of rectange not perfect.
After same test I changed RectSize to 10 an Stroke widtch to 0.1.
Also me by it's good idea add for SvgRendererOptions:
public int DataMatrixRectSize { get; set; } = 10;
public double DataMatrixStrokeWidth { get; set; } = 0.1;
BRG Iliah
The text was updated successfully, but these errors were encountered:
This package are brilliant!!!
For converting Svg to raster Image I use SkiSharp and get same problem with scale svg.
Border of rectange not perfect.
After same test I changed RectSize to 10 an Stroke widtch to 0.1.
Also me by it's good idea add for SvgRendererOptions:
public int DataMatrixRectSize { get; set; } = 10;
public double DataMatrixStrokeWidth { get; set; } = 0.1;
BRG Iliah
The text was updated successfully, but these errors were encountered: