raphael
raphael copied to clipboard
When an arrow-end is added to a path, the console will send error message.
Error: Invalid value for
If I don't use arrow-end it'll be nothing wrong.
maybe your stroke-width
is too small...
in my case, the arrow line was smaller than the arrow-end triangle,
so I set the min size of the path to be 11
var subPathStr = guidePath.getSubpath(0, Math.max(11, thisLength));