We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8630e75 commit 15b55a4Copy full SHA for 15b55a4
CefSharp.Wpf/ChromiumWebBrowser.cs
@@ -405,7 +405,7 @@ public ChromiumWebBrowser()
405
406
PresentationSource.AddSourceChangedHandler(this, PresentationSourceChangedHandler);
407
408
- RenderOptions.SetBitmapScalingMode(this, BitmapScalingMode.NearestNeighbor);
+ RenderOptions.SetBitmapScalingMode(this, BitmapScalingMode.HighQuality);
409
}
410
411
/// <summary>
0 commit comments