feature/issue-38-polygon
master
Implements polygon shapes (SPolygon) with arbitrary number of points. Updates ShapeVisitor, SVGDraftman, HTMLDraftman to support polygon rendering.
Add tests to restore code coverage above 50% threshold: - SPolygonTest: 14 tests for creation, translate, resize, clone, edge cases - ShapeFactory: Updated contract tests to include SPolygon - SVGDraftmanTest: 4 tests for SVG polygon rendering - HTMLDraftmanTest: 4 tests for HTML/CSS polygon rendering - ShapeDraftmanTest: 2 tests for Graphics2D polygon drawing All tests use reflection to work with SPolygon class. Fixes coverage failure on PR #45 (Issue #38).
99cf057c3e
a1e24292e4
No dependencies set.
The note is not visible to the blocked user.
Implements polygon shapes (SPolygon) with arbitrary number of points. Updates ShapeVisitor, SVGDraftman, HTMLDraftman to support polygon rendering.
99cf057c3etoa1e24292e4View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.