Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NailxSharipov authored Jan 14, 2024
1 parent ce9e6ab commit 49d96a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ Use the imported classes to perform geometric operations.
# Overlay Rules

## Union, A or B
![Union](Readme/union.svg)
![Union](readme/union.svg)

## Intersection, A and B
![Intersection](Readme/intersection.svg)
![Intersection](readme/intersection.svg)

## Difference, B - A
![Difference](Readme/difference.svg)
![Difference](readme/difference.svg)

## Exclusion, A xor B
![Exclusion](Readme/exclusion.svg)
![Exclusion](readme/exclusion.svg)

0 comments on commit 49d96a2

Please sign in to comment.