Hello,
i'm trying to set a stroke dynamically on a circle element like this :
<circle class="circle_animation" r="45" cy="50" cx="50" stroke-width="4"
stroke="{{data.color}}" fill="none"/>
but it doesn't work...the circle stays white.
data.color is well set as
<div>{{data.color}}</div>
prints the color.
When I do
<circle class="circle_animation" r="45" cy="50" cx="50" stroke-width="4"
stroke="#000000" fill="none"/>
it works.
Any ideas ?
Thank you.
Follow Polymer on Google+: plus.google.com/107187849809354688692
---
You received this message because you are subscribed to the Google Groups
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/polymer-dev/04c5666f-d824-4643-81a0-52921dc7a7c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.