We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If target rectangle has non zero location and its size is not equal to SvgImage size the SvgImage is not dfrawing correctly.
SvgImage with size (20, 20)
context.DrawImage(svgImage, new Rect(100, 100, 10, 10));
context.DrawImage(svgImage, new Rect(0, 0, 10, 10));
context.DrawImage(svgImage, new Rect(100, 100, 20, 20));
The text was updated successfully, but these errors were encountered:
Fixed by #228
Sorry, something went wrong.
No branches or pull requests
If target rectangle has non zero location and its size is not equal to SvgImage size the SvgImage is not dfrawing correctly.
SvgImage with size (20, 20)
The text was updated successfully, but these errors were encountered: