mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
respect alpha in cairo comparisons (reasons for ignoring it once no longer apply - refs #2662)
This commit is contained in:
parent
6d5e2b1865
commit
d38b3bb2cf
@ -56,7 +56,7 @@ renderers = [
|
||||
},
|
||||
{ 'name': 'cairo',
|
||||
'render': render_cairo,
|
||||
'compare': lambda actual, reference: compare(actual, reference, alpha=False),
|
||||
'compare': lambda actual, reference: compare(actual, reference, alpha=True),
|
||||
'threshold': cairo_threshold,
|
||||
'filetype': 'png',
|
||||
'dir': 'images'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user