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
Describe the bug The SaveImage() function does not consider the DrawMargin when rendering the image.
To Reproduce Set a Drawin Margin in Xaml and SaveImage()
Expected behavior How it should look like (With Margin on auto)
Here is the a screenshot with Margin(0,0,0,0) But it still prints it like the first image
The text was updated successfully, but these errors were encountered:
Thanks for the report! this is fixed with the referenced commit and will be included in the next version of the library.
Sorry, something went wrong.
df5fbc7
No branches or pull requests
Describe the bug
The SaveImage() function does not consider the DrawMargin when rendering the image.
To Reproduce
Set a Drawin Margin in Xaml and SaveImage()
Expected behavior
![image](https://user-images.githubusercontent.com/85153099/226967171-26ff74d3-b2ca-4001-a2d6-faaa892db085.png)
How it should look like (With Margin on auto)
Here is the a screenshot with Margin(0,0,0,0)
![image](https://user-images.githubusercontent.com/85153099/226966137-01b945b1-4862-4a94-b677-a3ac1a23e2ff.png)
But it still prints it like the first image
The text was updated successfully, but these errors were encountered: