respect alpha in cairo comparisons (reasons for ignoring it once no longer apply - refs #2662)
This commit is contained in:
parent
a27b886e19
commit
e957a75d8d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ renderers = [
|
||||||
},
|
},
|
||||||
{ 'name': 'cairo',
|
{ 'name': 'cairo',
|
||||||
'render': render_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,
|
'threshold': cairo_threshold,
|
||||||
'filetype': 'png',
|
'filetype': 'png',
|
||||||
'dir': 'images'
|
'dir': 'images'
|
||||||
|
|
Loading…
Add table
Reference in a new issue