vote up 0 vote down star

Hi,

I'm using the Raphaël—JavaScript Library to create some pie chart graphics, but I want to set the overflow of the containing SVG element to visible, to allow the graphics inside to display outside of their container. The way you would with normal dom elements (overflow: visible;) does not seem to work for svg containers. Does anyone have any experience of this or know how to remedy it?

Cheers

flag
Why not just change the size of the container to prevent the clipping? – James Black Oct 15 at 18:15

1 Answer

vote up 0 vote down

The outermost svg element clips the rendering. I'm not aware of any way to change that.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.