------------------------------------------------------------------------
| 165 | |
| 166 | //------------------------------------------------------------------------ |
| 167 | void path_renderer::close_subpath() |
| 168 | { |
| 169 | m_storage.end_poly(path_flags_close); |
| 170 | } |
| 171 | |
| 172 | //------------------------------------------------------------------------ |
| 173 | path_attributes& path_renderer::cur_attr() |
no test coverage detected