Changeset 1649

Show
Ignore:
Timestamp:
07/17/07 11:12:33 (1 year ago)
Author:
wrobe..@pld-linux.org
Message:

- fixed tests to use new matrix code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphas/branches/hw/gaphas/canvas.py

    r1640 r1649  
    457457            >>> c.add(ii, i) 
    458458            >>> c.update_matrices() 
    459             >>> i._canvas_matrix_i2w 
     459            >>> c.get_matrix_i2c(i) 
    460460            cairo.Matrix(1, 0, 0, 1, 5, 0) 
    461             >>> ii._canvas_matrix_i2w 
     461            >>> c.get_matrix_i2c(ii) 
    462462            cairo.Matrix(1, 0, 0, 1, 5, 8) 
    463463            >>> len(c._dirty_items)