Fixed Half star in RTL

I would think this is expected since you are going from right to left rather than the default left to right.
 
The rating system is actually part of the XF core, so I have resolved that there by flipping the images horizontally in RTL via CSS (this applies to the full and empty stars too, which does change the shadow position of it).
 
Top Bottom