Skip to content

Avoid explicit indexing when working with packed path commands

Adam Reichold requested to merge (removed):packed-path-commands into master

Replaces the explicit slice indexing used for building and iterating packed path commands by direct usage of slice iterators and growable vectors.

Edited by Adam Reichold

Merge request reports