I have a jsfiddle here - http://jsfiddle.net/apbuc773/
I\'d like to create a star using svg.
I\'d like to stroke the outside of the star. In my example the s
Here is a example: http://jsfiddle.net/apbuc773/11/
Gradient can be used like this:
If you don't want to change your polygon points, just apply this polygon twice: one time with stroke and one time without.