Extending SVGGElement using Polymer

161 Views Asked by At

I am trying to create a custom element that extends a SVGGlement. Here is the JSBin link to the code: http://jsbin.com/kovumoloda/2/edit?html,console,output

When I run the code, ready() isn't called and so aren't the contents of the Shadow DOM rendered.

I tried the same example without Polymer and it worked. Here is the JS Bin link http://jsbin.com/vihosojofi/1/edit?html,console,output

Is there anything I need to do differently to make this thing work with Polymer ?

Thanks !

0

There are 0 best solutions below