You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an element that draws an SVG line between two HTML nodes. I'm trying to move all of these elements into a single SVG node, but the instances are never created:
Note that in the latter case, the template repeatis applied, in that if I inspect the tree there are multiple instances of custom-node. But the Polymer controller for these elements is never instantiated.
The text was updated successfully, but these errors were encountered:
I have an element that draws an SVG line between two HTML nodes. I'm trying to move all of these elements into a single SVG node, but the instances are never created:
Works:
doesn't work:
Note that in the latter case, the
template repeat
is applied, in that if I inspect the tree there are multiple instances ofcustom-node
. But the Polymer controller for these elements is never instantiated.The text was updated successfully, but these errors were encountered: