ggforce
ggforce copied to clipboard
Stop ordering of shapes from being changed by `arcPaths`.
This adds a function make_unique() to be used instead of base::make.unique() so the ordering of the elements is not changed by arcPaths. Fixes issue #224.