Re: [FlexJS][SVG] foreignObject

2016-07-24 Thread Alex Harui
On 7/24/16, 12:38 AM, "Harbs" wrote: >I’d like to be able to enable adding HTML elements to SVG in FlexJS. > >There is a mechanism for doing so, namely foreignObject.[1] > >There’s two ways we can do this: > >1. We can explicitly create a foreignElement class and only allow SVG >containers to a

[FlexJS][SVG] foreignObject

2016-07-24 Thread Harbs
I’d like to be able to enable adding HTML elements to SVG in FlexJS. There is a mechanism for doing so, namely foreignObject.[1] There’s two ways we can do this: 1. We can explicitly create a foreignElement class and only allow SVG containers to accept SVG GraphicShapes or ForeignElements. 2. W