Skip to content

Commit 7f15bd6

Browse files
Merge pull request #21383 from calixteman/ko_inner_bd
Add knockout_inner_backdrop ref test
2 parents dc3696f + e4a3e91 commit 7f15bd6

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

test/pdfs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
!issue18408_reduced.pdf
1818
!bug1907000_reduced.pdf
1919
!knockout_blend_multiply.pdf
20+
!knockout_inner_backdrop.pdf
2021
!knockout_isolated_overlap.pdf
2122
!knockout_nested.pdf
2223
!knockout_nested_group_alpha.pdf
1.12 KB
Binary file not shown.

test/test_manifest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6832,6 +6832,14 @@
68326832
"type": "eq",
68336833
"about": "Non-isolated knockout group with a Multiply blend mode element on a yellow backdrop; the element must blend against the backdrop, not against a transparent temp canvas."
68346834
},
6835+
{
6836+
"id": "knockout_inner_backdrop",
6837+
"file": "pdfs/knockout_inner_backdrop.pdf",
6838+
"md5": "4b3b77319b9b2c6e6f1836c121f488c7",
6839+
"rounds": 1,
6840+
"type": "eq",
6841+
"about": "Non-isolated, non-knockout subgroup that needs isolation (Multiply blend mode in its content) nested inside a knockout group; the subgroup's elements must blend against its own initial backdrop while its transparent areas leave the parent untouched."
6842+
},
68356843
{
68366844
"id": "issue6010_1",
68376845
"file": "pdfs/issue6010_1.pdf",

0 commit comments

Comments
 (0)