From 5a39a48655e2f8444f2684c979f43575dc61983c Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sun, 1 Dec 2013 14:23:28 +0100 Subject: don't invert QR codes by default --- ptlayout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptlayout.py b/ptlayout.py index f9518b7..6c3d858 100644 --- a/ptlayout.py +++ b/ptlayout.py @@ -78,7 +78,7 @@ class PTLQRCode(PTLayoutElem): super(PTLQRCode, self).__init__() self.qrcontent = '' self.hborder = 4 - self.invert = True + self.invert = False def properties(self): return [ -- cgit v1.2.1