Skip to content

Swatches: Avoid unnecessary copies from stʼbinding

Daniel Boles requested to merge dboles/inkscape:djb_Swatches_copy_sizes into master

and use size_t for indexing instead of int, as thatʼs more idiomatic and using it will stop signed vs unsigned warnings for anyone with those on.

Merge request reports