From 2e9307a14601bd18f2793400eb322ea5c5565c22 Mon Sep 17 00:00:00 2001 From: Pedro Monteiro Date: Fri, 17 May 2024 21:57:48 +0100 Subject: [PATCH] Fixed typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c3f175..86176c3 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ This project concerns the conversion of images from the SVG vectorial format to ## Accomplished tasks ### SVG reading logic in [readSVG.cpp](readSVG.cpp) -The image dimensions are obtained successfully with their respect width and height and every type of element can be dynamically allocated as a SVGElement* pointer. +The image dimensions are obtained successfully with their respective width and height and every type of element can be dynamically allocated as a SVGElement* pointer. ### Geometrical elements -Every geometrical element have their own class defined in [SVGElements.hpp](SVGElements.hpp) derived from their superior element or from the SVGElement class. All elements have their respect attributes and support for identifiers and transformations parameters and functions. +Every geometrical element have their own class defined in [SVGElements.hpp](SVGElements.hpp) derived from their superior element or from the SVGElement class. All elements have their respective attributes and support for identifiers and transformations parameters and functions. ### Element transformations