From e681e6144c54220cfdacfb54283182483bc2ef0e Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Wed, 7 May 2025 14:01:56 -0400 Subject: [PATCH] Reduced error correction for more storage --- BuildCommand.cs | 2 +- Glyph.csproj | 2 +- sample.svg | 440 ++++++++++++++++++------------------------------ 3 files changed, 169 insertions(+), 275 deletions(-) diff --git a/BuildCommand.cs b/BuildCommand.cs index b0a258e..2013e67 100644 --- a/BuildCommand.cs +++ b/BuildCommand.cs @@ -48,7 +48,7 @@ public class BuildCommand : ICommand var qrGenerator = new QRCodeGenerator(); - var qrCodeData = qrGenerator.CreateQrCode(source, QRCodeGenerator.ECCLevel.H); + var qrCodeData = qrGenerator.CreateQrCode(source, QRCodeGenerator.ECCLevel.M); var qrCode = new SvgQRCode(qrCodeData); var asciiCode = new AsciiQRCode(qrCodeData); var qrCodeAsASCII = asciiCode.GetGraphicSmall(); diff --git a/Glyph.csproj b/Glyph.csproj index 7390897..3a788b9 100644 --- a/Glyph.csproj +++ b/Glyph.csproj @@ -6,7 +6,7 @@ enable glyph enable - 0.2.103 + 0.2.104 diff --git a/sample.svg b/sample.svg index e928e91..62ceba9 100644 --- a/sample.svg +++ b/sample.svg @@ -1,294 +1,188 @@ - + - - - - - - + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + - - - - - - - - - - - - + + + + + + + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - + + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + - - + + - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file