Skip to content

Cleanup drawing ctx and rustify handle

Paolo Borelli requested to merge pborelli/librsvg:draw-ctx into master

This MR contains two unrelated things:

  1. Cleanups for drawing ctx: apart from moving code around a little, this removes or makes private some of the ugly methods of drawing_ctx. Hopefully later we will be able to clean up the internals as well

  2. Further rustification of RsvgHandle... only one field left!

Let me know if you want two sepaate MR

Edited by Paolo Borelli

Merge request reports