New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dashOffset field from LineStyle type in Graphics.Collage #535

Closed
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
1 participant
@jvoigtlaender
Contributor

jvoigtlaender commented Mar 23, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment