Skip to content

Commit

Permalink
Fix blurred render
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangfitus committed Dec 20, 2023
1 parent da89787 commit f440d2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ void OnPaint(HDC hdc, const std::string& filePath, Viewer& viewer) {
graphics.SetCompositingMode(Gdiplus::CompositingModeSourceOver);
graphics.SetPixelOffsetMode(Gdiplus::PixelOffsetModeHighQuality);
graphics.SetInterpolationMode(Gdiplus::InterpolationModeHighQuality);
graphics.SetCompositingQuality(Gdiplus::CompositingQualityHighQuality);
Renderer* renderer = Renderer::getInstance();
SVGElement* root = parser->getRoot();
Group* group = dynamic_cast< Group* >(root);
Expand Down

0 comments on commit f440d2c

Please sign in to comment.