Skip to content

Commit fea85a5

Browse files
authored
Fix jupyter display missing opacity (#1941)
1 parent 7b072c4 commit fea85a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadquery/occ_impl/jupyter_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def display(shape):
168168
payload.append(
169169
dict(
170170
shape=toString(shape),
171-
color=DEFAULT_COLOR,
171+
color=DEFAULT_COLOR + (1,),
172172
position=[0, 0, 0],
173173
orientation=[0, 0, 0],
174174
)

0 commit comments

Comments
 (0)