Skip to content

Hide implementation details of FilterValueList

Sven Neumann requested to merge svenfoo/librsvg:cleanup-filter-value-list into master

We can hide the fact that FilterValueList uses a Vector by providing a method to create an Iterator over the contained values.

Just a minor cleanup I made while reviewing the latest merges, I hope @johnl doesn't mind.

Merge request reports