time of stroking. This is not necessarily the same as the user space at the time of [cairo.context.Context.setDash].
If num_dashes is 0 dashing is disabled.
If num_dashes is 1 a symmetric pattern is assumed with alternating on and off portions of the size specified by the single value in dashes.
If any value in dashes is negative, or if all values are 0, then cr will be put into an error state with a status of [cairo.types.Status.InvalidDash].
Parameters
dashes | an array specifying alternate lengths of on and off stroke portions |
offset | an offset into the dash pattern at which the stroke should start |