Minor bug in PathStrokeStype::createDashedStroke()

I found a bug in PathStrokeStype::createDashedStroke(). While going through the source path step by step it currently calls startNewSubPath for each step, which is wrong and wastes time and memory.

1 Like

Thanks! Added here: