[flutter_svg] Dashed path support
Open
c: proposal
p: flutter_svg
package
team-engine
- Dominant language
- Dart
- Stars
- 179k
- Forks
- 31.1k
- PR merge metrics
- PR metrics pending
Description
_Imported from https://github.com/dnfield/flutter_svg/issues/9_
Original report by @dnfield on May 3, 2018
(should be done in the path library)
- [x] Support non-percentage dash-offset
- [ ] Support percentage based dash-offsets
---
Comment by @dnfield on May 9, 2018
Initial support in ed4dc94
Doesn't yet support dashed paths with percentages in the dash array. I'm not 100% sure of the best way to implement this, particularly since by the spec it's acutally viewport percentage rather than path length percentage - I'm inclined right now to not implement it until/unless I see a compelling example of it being needed.
Contributor guide
Assessment
This issue has not been assessed yet.