Skip to content
  • Federico Mena Quintero's avatar
    Completely move RsvgState to Rust · a133ec49
    Federico Mena Quintero authored
    We now have a State struct, and expose it to C as an opaque RsvgState
    pointer.
    
    We fix up the mutability of everything, so that NodeTrait::draw() gets
    an immutable &State that has already been inherited.
    
    We'll fix the call to clone_from() in the next commit.
    a133ec49