summaryrefslogtreecommitdiff
path: root/slippy.py
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2014-01-06 22:22:56 +0800
committerBehdad Esfahbod <behdad@behdad.org>2014-01-06 22:22:56 +0800
commit0a6ce1cee7502c590bf22eac14a0f1b3d759532f (patch)
tree70126d204f0ee9bc652a209eb100bd36d31ea95e /slippy.py
parent2fa9245724192149c1b18615e743e09cb4b64dd9 (diff)
Pass data down to prepare_page
Diffstat (limited to 'slippy.py')
-rwxr-xr-xslippy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/slippy.py b/slippy.py
index 044a53a..f6ec1c5 100755
--- a/slippy.py
+++ b/slippy.py
@@ -415,6 +415,7 @@ class Slide:
#renderer.paint ()
#renderer.restore ()
#renderer.set_source_rgb (.5, .5, .5)
+ renderer.data = self.data
x, y, w, h = theme.prepare_page (renderer)
if viewer and viewer._should_cache_background():