------------------------------------------------------------------------
| 328 | |
| 329 | //------------------------------------------------------------------------ |
| 330 | Agg2D::Transformations Agg2D::transformations() const |
| 331 | { |
| 332 | Transformations tr; |
| 333 | m_transform.store_to(tr.affineMatrix); |
| 334 | return tr; |
| 335 | } |
| 336 | |
| 337 | |
| 338 | //------------------------------------------------------------------------ |
nothing calls this directly
no test coverage detected