Skip to content

Commit

Permalink
Revert "Set SkipGdiPlusCapabilityCheck"
Browse files Browse the repository at this point in the history
This reverts commit 524adab.
  • Loading branch information
wieslawsoltes committed Nov 25, 2023
1 parent 891c420 commit edfc540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Svg.Model/SvgExtensions.IO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static partial class SvgExtensions

static SvgExtensions()
{
SvgDocument.SkipGdiPlusCapabilityCheck = true;
// SvgDocument.SkipGdiPlusCapabilityCheck = true;
SvgDocument.PointsPerInch = 96;
}

Expand Down

0 comments on commit edfc540

Please sign in to comment.