Skip to content

Commit ab32b8c

Browse files
committed
Remove %%Origin from EPS header (not applicable to EPS files)
1 parent a520e93 commit ab32b8c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

QRCoder/PostscriptQRCode.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ public string GetGraphic(Size viewBox, Color darkColor, Color lightColor, bool d
176176
%%Creator: QRCoder.NET
177177
%%Title: QRCode
178178
%%DocumentData: Clean7Bit
179-
%%Origin: 0
180179
%%BoundingBox: 0 0 {0} {0}
181180
%%LanguageLevel: 2
182181
%%EndComments

QRCoderTests/PostscriptQRCodeRendererTests.can_render_postscript_qrcode_eps.approved.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
%%Creator: QRCoder.NET
33
%%Title: QRCode
44
%%DocumentData: Clean7Bit
5-
%%Origin: 0
65
%%BoundingBox: 0 0 165 165
76
%%LanguageLevel: 2
87
%%EndComments

0 commit comments

Comments
 (0)