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

rtl rating #30

Closed arishojaei closed 6 years ago

arishojaei commented 6 years ago

How can I rate from right to left?

nashio commented 6 years ago

Hm, do you mean inverting the order?, have you tried using CSS transforms?

arishojaei commented 6 years ago

Yes, I fixed this issue for myself by using transform: scale(-1, 1)