I am building a cookbook-wike.
I am using tobias's rating plugin and want to use a custom icon instead of stars. I have made tiddler with a svg image of a chefs hat and transcluded that into $:/plugins/tobibeer/rate/template
<$list filter={{$:/plugins/tobibeer/rate/config/filter}}>
<div class="tc-rating-template">
<<rate reset:"before:-" symbol:"{{$:/core/images/Chef_Hat}}">> <------------see here
</div>
</$list>
So far so god. The hats are there, BUT when presed they dont change colour and you cant see the rating (but the rating field gets correct number).
could it be because the plugin can't handle svg?
any ideas?