Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SvgRender #49

Open
iliahz opened this issue Oct 16, 2024 · 0 comments
Open

SvgRender #49

iliahz opened this issue Oct 16, 2024 · 0 comments

Comments

@iliahz
Copy link

iliahz commented Oct 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@iliahz and others