Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Fixed typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroafmonteiro committed May 17, 2024
1 parent d360be4 commit 2e9307a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2e9307a

Please sign in to comment.