elm-graphics
elm-graphics copied to clipboard
Remove dashOffset field from LineStyle type
The field has currently no effect at all, it is ignored in the complete code base (neither outlined
, nor traced
, nor outlinedText
respect it). So it would be better to not be there.
In the current situation, with the field being there, it not having an effect is clearly a bug. See https://github.com/elm-lang/core/issues/534.
This looks good to merge imo :)