- up202307809 João Miguel Lopes
- up202303772 Leonor Alexandra Grilo Matias
SVGElements.cpp:
- this file implements classes that construct an ellipse, circle, rectangle, polygon, polyline and line objects, transforms and draws them in the png image.
SVGElements.hpp:
- this file defines classes and functions that construct an ellipse, circle, rectangle, polygon, polyline and line objects, transforms and draws them in the png image.
readSVG.cpp
- this file implements the reading logic for the conversion of svg files to png images for all types of elements (ellipses, circles, rectangles, polygons, polylines and lines).