We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d944ba5 commit 88550f5Copy full SHA for 88550f5
1 file changed
Workbench/Wmf/SkiaWmfRenderer/src/SkiaWmfRenderer/Rendering/WmfRenderer.cs
@@ -83,6 +83,9 @@ public bool TryRender([NotNullWhen(true)] out SKBitmap? skBitmap)
83
var width = Math.Abs(format.Right - format.Left);
84
var height = Math.Abs(format.Bottom - format.Top);
85
86
+ width = format.Right;
87
+ height = format.Bottom;
88
+
89
var renderWidth = width;
90
var renderHeight = height;
91
0 commit comments