Skip to content

Code shuffling

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

This is also includes MR 176, but I decided to split it off so you can decide which one to merge (if any).

This MR moves the drawing code around a bit, moving text drawing into text.rs and instead moving set_source_paint_server into drawing_ctx.rs

I think it makes more sense and it also shaves off a few lines, but I also understand that all the code shuffling may look a bit pointless without a clear plan...

Merge request reports