Skip to content

Make State internally mutable

Paolo Borelli requested to merge pborelli/librsvg:state into master

Cleanup state code so that we can use RefCell instead of a raw *mut RsvgState pointer

Merge request reports