Skip to content

Commit 60c335f

Browse files
author
Lucas Oliveira David
committed
Update README.md
1 parent 402b45c commit 60c335f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixel-painter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In special, 2D lines using the [Midpoint Line Algorithm](http://www.mat.univie.a
1515
polygons (which are dealt here as, essentially, collections of lines) and circles using
1616
[Bresenham's Circle Algorithm](http://web.engr.oregonstate.edu/~sllu/bcircle.pdf).
1717

18-
Additionally, forms are being filled with the [Scan-line Algorithm](src/org/CG/infrastructure/ScanLineAlgorithm.java).
18+
Additionally, forms are being filled with the [Scan-line Algorithm](src/org/CG/infrastructure/abstractions/ScanLineAlgorithm.java).
1919

2020
The [screenshots](screenshots) folder contains some illustrations of the executing program.
2121

0 commit comments

Comments
 (0)