Hi,
Is it possible to achieve shape clipping in GoJs? Suppose, I have two node (i.e, node1 and node2). Node2 is inside of Node1, When I resize Node2(size of Node2 becomes greater than Node1) , then it should clip the remaining part of Node2.
Thanks in advance.