dnfield / flutter_path_drawing

MIT License
166 stars 27 forks source link

DashOffset causes missing paths at the beginning of a path. #13

Closed modulovalue closed 1 year ago

modulovalue commented 4 years ago

ezgif-2-7373e18f8a23

Paths at the beginning (bottom of the gif) should be drawn partially if a DashOffset is specified. See this CodePen for the expected behavior.

modulovalue commented 4 years ago

@dnfield

dnfield commented 4 years ago

I agree this is a problem but don't have a lot of time to look at it at the moment. I'd be happy to review a PR that fixes it.

modulovalue commented 1 year ago

I'm closing this issue because it is stale and will most likely be not needed once https://github.com/flutter/flutter/issues/112981 (which seems to be planned) will be implemented.