Skip to content

Commit

Permalink
Set opacity in the reference tests (PR 15219 follow-up)
Browse files Browse the repository at this point in the history
Without these changes in the manifest, the affected test-cases fail to render correctly.
  • Loading branch information
Snuffleupagus authored and rousek committed Aug 10, 2022
1 parent 9a63b0c commit 54d98ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/test_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6677,6 +6677,7 @@
"annotationType": 15,
"color": [255, 0, 0],
"thickness": 3,
"opacity": 1,
"paths": [{
"bezier": [
1.5, 25.727771084724367, 2.8040804485100495, 27.031851533234402,
Expand Down Expand Up @@ -6760,6 +6761,7 @@
"annotationType": 15,
"color": [0, 0, 0],
"thickness": 1,
"opacity": 1,
"paths": [
{
"bezier": [
Expand All @@ -6783,6 +6785,7 @@
"annotationType": 15,
"color": [0, 0, 0],
"thickness": 1,
"opacity": 1,
"paths": [
{
"bezier": [
Expand All @@ -6808,6 +6811,7 @@
"annotationType": 15,
"color": [0, 0, 0],
"thickness": 1,
"opacity": 1,
"paths": [
{
"bezier": [
Expand All @@ -6831,6 +6835,7 @@
"annotationType": 15,
"color": [0, 0, 0],
"thickness": 1,
"opacity": 1,
"paths": [
{
"bezier": [
Expand Down

0 comments on commit 54d98ec

Please sign in to comment.