I can use fill patterns for SVG graphics. But they don't seem to work with raphael.js.
When I try referencing a fill pattern, nothing happens.
fill_circle.attr("fill": "url(#diagonalHatch)");
Here is a fiddle: http://jsfiddle.net/dfg7Lktc/
- The circle on the top is a regular SVG filled with a #diagonalHatch fill pattern I created
- The left circle is made with raphael and filled yellow, working fine
- The right circle is made with raphael too and filled with the #diagonalHatch fill pattern, but it doesn't work.
Is there a way to use fill patterns with raphael? Or do they only work with "real" SVG objects?
Did I make any mistake?
Raphael as far as I know, does not support this. However, Snap.svg, which was created by the same guy, does.