summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2013-12-01 14:23:28 +0100
committerDavid Lamparter <equinox@diac24.net>2013-12-01 14:23:28 +0100
commit5a39a48655e2f8444f2684c979f43575dc61983c (patch)
tree540151d0d2f73707d0ff8afd710314c7d97b6c17
parent48a073ac505f97ffa1a2c3fe3476e0b97d70eff3 (diff)
don't invert QR codes by default
-rw-r--r--ptlayout.py2
1 files changed, 1 insertions, 1 deletions
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 [