Skip to content

Commit

Permalink
Set SkipGdiPlusCapabilityCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Nov 25, 2023
1 parent 3087628 commit 524adab
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 524adab

Please sign in to comment.