Skip to content

Refactor image and text drawing

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

Some of my usual code shuffling... move draw_image and draw_text to the drawing ctx, which is consistent with draw_path. This encapsulates more cairo details in the drawing ctx and allows to make with_saved_cr private.

Merge request reports