You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using LABELMAP_EDGE_PROJECTION_BLEND, the fillAlpha specified in setStyle will not be applied to the segmentation and viewport.
Steps to Reproduce
In examples/labelmapMIP/index.ts, specify fillAlpha: 0.5 in the setStyle function as shown below, and you'll see that the segments in the MIP viewer are not filled.
Describe the Bug
When using
LABELMAP_EDGE_PROJECTION_BLEND
, thefillAlpha
specified insetStyle
will not be applied to the segmentation and viewport.Steps to Reproduce
In
examples/labelmapMIP/index.ts
, specifyfillAlpha: 0.5
in thesetStyle
function as shown below, and you'll see that the segments in the MIP viewer are not filled.The current behavior
fillAlpha
specified insetStyle
will not be applied properly.The expected behavior
fillAlpha
specified insetStyle
will be applied.OS
maxOS 15.1
Node version
v21.7.1
Browser
Chrome 132.0.6834.162
The text was updated successfully, but these errors were encountered: