nashio / star-rating-svg

A star rating jQuery plugin that uses SVG for easier customization
http://nashio.github.io/star-rating-svg/demo
MIT License
355 stars 156 forks source link

using gradient in ratedStars #31

Open leotheodoro opened 6 years ago

leotheodoro commented 6 years ago

how can i use gradient color in ratedStars?

nashio commented 6 years ago

Do you mean when hovering stars? The only state that supports gradient at the moment are the stars that represent the rating, should not be hard to implement gradient for other states. Let me know if you need help doing this