Skip to content

Commit

Permalink
fix ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Feb 9, 2024
1 parent 65d0780 commit 64bb6db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,3 @@ Carthage/Build

fastlane/report.xml
fastlane/screenshots
/.idea
2 changes: 1 addition & 1 deletion binding/SkiaSharp/SKImageInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public SKImageInfo(int width, int height, SKAlphaType alphaType)
Width = width;
Height = height;
ColorType = PlatformColorType;
AlphaType = SKAlphaType.Premul;
AlphaType = alphaType;
ColorSpace = null;
}

Expand Down

0 comments on commit 64bb6db

Please sign in to comment.