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

Rendering issue with elements outside the canvas #267

Closed
mirabyte opened this issue Oct 17, 2023 · 3 comments
Closed

Rendering issue with elements outside the canvas #267

mirabyte opened this issue Oct 17, 2023 · 3 comments
Assignees

Comments

@mirabyte
Copy link

With the latest update from v1.8.1 to v1.8.2, there is a new issue with rendering SVG files (in WPF) when elements of the SVG are outside the canvas of the image. An example image is attached. When rendered in WPF, the origin of the elements is not set correctly, but reverts to 0|0, resulting in an incorrectly rendered image.

burst

@paulushub paulushub self-assigned this Oct 17, 2023
@paulushub
Copy link
Contributor

@mirabyte I have observed changed from due to "Ensure Viewbox Position" is affecting the rendering of this file.
If that is the case and it is will not affect other images, then set the EnsureViewboxPosition property to false.

paulushub added a commit that referenced this issue Dec 14, 2023
-  Fixes issues #243 and #267
- Updates projects and removed Nuget packages
- Updated version numbers
- Added .NET 8 support
- Renamed documentation folder
@paulushub
Copy link
Contributor

@mirabyte I have now resolved this issue in the latest commit, please verify the result.

@mirabyte
Copy link
Author

Looks good. We previously worked around by setting EnsureViewboxPosition to false as advised. So this is not needed any more and we can set back to the previous state. Thanks!

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