It would be really useful to be able to create a icon for a button or other labeled item with SVG path.
I added support for this inRT-27804 but it got part backed out and broken by Richard. The CSS Parser part is still there but the handling in Labeled has been removed.
I never loved the implementation but the concept as sound.
A raw SVG path is not enough as you need styling information as well. So what is needed is a way to tell labeled to create a Region node as its graphic with some known styleclass/id that can be styled.
I added support for this in
I never loved the implementation but the concept as sound.
A raw SVG path is not enough as you need styling information as well. So what is needed is a way to tell labeled to create a Region node as its graphic with some known styleclass/id that can be styled.