testsuite: Add a GL tests for clipped rounded clipped nodes

This commit is contained in:
Timm Bäder 2018-03-14 12:39:15 +01:00
parent d417595a05
commit d978d4af59
5 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

View File

@ -45,6 +45,8 @@ gl_tests = [
['outset shadow transformed', 'outset_shadow_translated.node', 'outset_shadow_translated.gl.png'],
['Transform in Shadow', 'shadow_transform1.node', 'shadow_transform1.gl.png'],
['Clipped crossfade', 'clipped_cross_fade.node', 'clipped_cross_fade.gl.png'],
['Clipped rounded clip', 'clipped_rounded_clip.node', 'clipped_rounded_clip.gl.png'],
['Transformed clipped rounded clip', 'transformed_clipped_rounded_clip.node', 'transformed_clipped_rounded_clip.gl.png'],
]
foreach gl_test : gl_tests