Skip to content

Commit 35a7362

Browse files
committed
enabled blend to let CI pass pointcloud test
1 parent 6b2c16a commit 35a7362

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/image/mocks/gl2d_pointcloud-basic.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"sizemin": 0.5,
88
"sizemax": 100,
99
"arearatio": 0,
10-
"color": "rgba(255, 0, 0, 0.6)"
10+
"color": "rgba(255, 0, 0, 0.6)",
11+
"blend": true
1112
},
1213
"x": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
1314
"y": [9, 8, 7, 6, 5, 4, 3, 2, 1, 0]

0 commit comments

Comments
 (0)