| 489 | } |
| 490 | |
| 491 | std::pair<Shape::coord_type, Shape::coord_type> Shape::path_extensions () const |
| 492 | { |
| 493 | if (m_type == Path) { |
| 494 | return path ().extensions (); |
| 495 | } else { |
| 496 | return path_ref ().obj ().extensions (); |
| 497 | } |
| 498 | } |
| 499 | |
| 500 | bool Shape::round_path () const |
| 501 | { |
no test coverage detected