Skip to content

Commit e886baa

Browse files
committed
removed code that causes qr codes to generate incorrectly on linux and mac
1 parent 60217f8 commit e886baa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

QRCoder/QRCode.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ public Bitmap GetGraphic(int pixelsPerModule, Color darkColor, Color lightColor,
102102
if (drawIconFlag)
103103
{
104104
var region = new Region(r);
105-
region.Exclude(iconPath);
106105
gfx.FillRegion(darkBrush, region);
107106
}
108107
else

0 commit comments

Comments
 (0)