I'm trying to create a dashed pattern with 16px of path and then a 14px gap. I've tried using:
stroke-dasharray: 16px 14px;
which works on my <line>
element but doesn't seem to do anything on my <path>
element.
Here's a fiddle to play with: http://jsfiddle.net/Wexcode/avTY6/