@itayh wrote:
Hi,
I’ve uptadeted to your latest build (1.8.25) and this issue started to appear.
when I am using the mouse wheel to zoom in, the screen start to blink.
This wasn’t happening on your previous version that i used (i think 1.8.17).
during the zoom in\out the state is changing for some of the objects on the graph.before a scroll zoom in:
after:
code:
$(go.Panel, “Auto”, {
opacity: nodeOpacity,
stretch: go.GraphObject.Fill
}, $(go.Shape, “Rectangle”, {
// the rectangular shape around the members
name: “GroupShape”,
strokeWidth: 1,
fill: nodeBackground,
stretch: go.GraphObject.Fill
}
)
,$(go.Panel, “Vertical”, {
defaultAlignment: go.Spot.Center
},
$(go.Placeholder, {
margin: 10,
alignment: go.Spot.Center,
padding: 10,
stretch: go.GraphObject.Fill
})
)
)Thanks!
Posts: 5
Participants: 2

