------------------------------------------------------------------------
| 666 | |
| 667 | //------------------------------------------------------------------------ |
| 668 | void Agg2D::lineWidth(double w) |
| 669 | { |
| 670 | m_lineWidth = w; |
| 671 | m_convStroke.width(w); |
| 672 | } |
| 673 | |
| 674 | |
| 675 | //------------------------------------------------------------------------ |
no test coverage detected