You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What:
Instanciating PolylineDecorator on a Polyline array result on an error.
Why:
This is due to a typo error in the internal function _initPaths in charge
of harmonizing the paths given to the PolylineDecorator.
How:
Fix the typo error in the _initPath function.
Refs: bbecquet#68
Hi!
Thanks a lot for spotting it and proposing a fix. And sorry I've taken so damn long to look at it. I'm gonna merge the PR. And it also motivated me to refactor this part completely, as it's by far the ugliest and untested part remaining.
Thanks again.
What:
Instanciating PolylineDecorator on a Polyline array result on an error.
Why:
This is due to a typo error in the internal function _initPaths in charge of harmonizing the paths given to the PolylineDecorator.
A PR is coming to fix this issue.
The text was updated successfully, but these errors were encountered: