Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upLineStyle.dashOffset doesn't have any effect (is ignored in implementation) #534
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jvoigtlaender
Mar 23, 2016
Contributor
Indeed, dashOffset is completely ignored in Native/Graphics/Collage.js. In fact, the dashOffset field is never accessed in the whole core code base. It might as well not exist.
Clearly an unsupported feature at the moment. Might make sense to remove it from the LineStyle type.
|
Indeed, Clearly an unsupported feature at the moment. Might make sense to remove it from the |
jvoigtlaender
changed the title from
LineStyle.dashOffset doesn't appear to have any effect
to
LineStyle.dashOffset doesn't have any effect (is ignored in implementation)
Mar 23, 2016
jvoigtlaender
referenced this issue
Mar 23, 2016
Closed
Remove dashOffset field from LineStyle type in Graphics.Collage #535
evancz
closed this
Jun 25, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hoelzro commentedMar 23, 2016
I was playing with some code to try to create the "marching ants" effect with a line, but changing
dashOffseton my line style doesn't appear to affect the way the line is drawn. Here's a minimal example that produces the issue:and its output: