Skip to content
  • Federico Mena Quintero's avatar
    Move rsvg_render_markers() completely into Rust · d81282c2
    Federico Mena Quintero authored
    We used to have an rsvg_render_markers() in C, and after pulling some
    data out of ctx and state, it would call the actual implementation in
    Rust.  Now that we can extract that data from ctx with accessor
    functions, we can have the whole implementation of rsvg_render_markers()
    in Rust.
    d81282c2