thi-ng / umbrella

⛱ Broadly scoped ecosystem & mono-repository of 198 TypeScript projects (and ~175 examples) for general purpose, functional, data driven development
https://thi.ng
Apache License 2.0
3.31k stars 144 forks source link

[hiccup-canvas] "packedPolyline" needs separate implementation or packedPoly needs to accept stride options? #448

Closed maxsei closed 5 months ago

maxsei commented 5 months ago

It seems odd that packedPolyline does not allow for stride options ("origAttribs") to be passed to it. Is it this way because it depends on packedPoly or because packed poly should not take stride options?

Which is the best way forward?