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

Removing last full star #11

Closed LindenerGenie closed 8 years ago

LindenerGenie commented 8 years ago

When activating full stars it is not possible to return to zero stars.

Attached a small change that allows to remove a star by clicking it again. This works for all stars, especially the first star.

Git Patch-File: commit-f69811d.txt

nashio commented 8 years ago

Hi, fixed setting the left most star to zero when using full stars. It was basically an offset issue. I really want to keep the option of only setting to zero when you click on the left-most area, or manually using the method setRating.

demo: http://d.pr/i/1jbYg

LindenerGenie commented 8 years ago

Thank you!