Changeset 1649
- Timestamp:
- 07/17/07 11:12:33 (1 year ago)
- Files:
-
- gaphas/branches/hw/gaphas/canvas.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphas/branches/hw/gaphas/canvas.py
r1640 r1649 457 457 >>> c.add(ii, i) 458 458 >>> c.update_matrices() 459 >>> i._canvas_matrix_i2w459 >>> c.get_matrix_i2c(i) 460 460 cairo.Matrix(1, 0, 0, 1, 5, 0) 461 >>> ii._canvas_matrix_i2w461 >>> c.get_matrix_i2c(ii) 462 462 cairo.Matrix(1, 0, 0, 1, 5, 8) 463 463 >>> len(c._dirty_items)
