We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88550f5 commit 9be62daCopy full SHA for 9be62da
1 file changed
Workbench/Wmf/SkiaWmfRenderer/src/SkiaWmfRenderer/Rendering/WmfRenderer.cs
@@ -83,9 +83,6 @@ 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