------------------------------------------------------------------------------
| 1527 | |
| 1528 | //------------------------------------------------------------------------------ |
| 1529 | void vtkSVGContextDevice2D::PushMatrix() |
| 1530 | { |
| 1531 | this->Matrix->Push(); |
| 1532 | } |
| 1533 | |
| 1534 | //------------------------------------------------------------------------------ |
| 1535 | void vtkSVGContextDevice2D::PopMatrix() |