Cut on borders of tree display

Hello,
I was able to build a tree but when I set it to radial, the tree gets border cuts (image below, circled in red). Is there any way of showing the full image without cuts?

Thank you,

Leonardo

Hi @leocaserta – this is a small bug on our end. We use a clipping mask on the tree which is a rectangle calculated by the (visible) tips, which can sometimes result in circles being clipped. I’ll add an issue to fix this, but in the mean-time if you are comfortable using the debugging tools in a browser, or editing the SVG image, then you could remove this mask :point_down: and it should help.

image

1 Like

Thank you, @james
I was able to remove the mask as you indicated and the trees are showing full circles.