------------------------------------------------------------------------
| 181 | |
| 182 | //------------------------------------------------------------------------ |
| 183 | void path_renderer::push_attr() |
| 184 | { |
| 185 | m_attr_stack.add(m_attr_stack.size() ? |
| 186 | m_attr_stack[m_attr_stack.size() - 1] : |
| 187 | path_attributes()); |
| 188 | } |
| 189 | |
| 190 | //------------------------------------------------------------------------ |
| 191 | void path_renderer::pop_attr() |
no test coverage detected