Skip to content
  • Benjamin Otte's avatar
    snapshot: Completely reengineer API · d1fec79c
    Benjamin Otte authored
    We now try to emulate cairo_t:
    
    We keep a stack of nodes via push/pop and a transform matrix.
    
    So whenever a new node is added to the snapshot, we transform it
    by the current transform matrix and append it to the current node.
    d1fec79c