Hi Mike,

I'm trying to understand the arguments passed into cairo.setDash(), but the only docs are for the C version and it's vastly different from the D implementation.

Can you explain them? All I've managed to work out so far is that the first argument determines the length of the first dash. And (maybe) the second designates the position along the line where the pattern starts to repeat.