------------------------------------------------------------------------
| 1092 | |
| 1093 | //------------------------------------------------------------------------ |
| 1094 | void Agg2D::closePolygon() |
| 1095 | { |
| 1096 | m_path.close_polygon(); |
| 1097 | } |
| 1098 | |
| 1099 | |
| 1100 | //------------------------------------------------------------------------ |
nothing calls this directly
no test coverage detected