Skip to content

Commit f361bf5

Browse files
committed
Fix image paths
1 parent 328e73d commit f361bf5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
| | | |
1616
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
17-
| <a href="examples\02_Animation_And_Variables\00_Drawing_Lines.js"><img src="examples\02_Animation_And_Variables\00_Drawing_Lines.png" height="100" /><br />Drawing Lines</a> | <a href="examples\02_Animation_And_Variables\01_Animation_With_Events.js"><img src="examples\02_Animation_And_Variables\01_Animation_With_Events.png" height="100" /><br />Animation With Events</a> | <a href="examples\02_Animation_And_Variables\02_Mobile_Device_Movement.js"><img src="examples\02_Animation_And_Variables\02_Mobile_Device_Movement.png" height="100" /><br />Mobile Device Movement</a> |
17+
| <a href="examples\02_Animation_And_Variables\00_Drawing_Lines.js"><img src="examples\02_Animation_And_Variables\00_Drawing_Lines.png" height="100" /><br />Drawing Lines</a> | <a href="examples\02_Animation_And_Variables\01_Animation_With_Events.js"><img src="examples\02_Animation_And_Variables\01_Animation_With_Events.png" height="100" /><br />Animation With Events</a> | <a href="examples\02_Animation_And_Variables\02_Mobile_Device_Movement.js"><img src="examples\02_Animation_And_Variables\02_Mobile_Device_Movement.jpg" height="100" /><br />Mobile Device Movement</a> |
1818
| <a href="examples\02_Animation_And_Variables\03_Conditions.js"><img src="examples\02_Animation_And_Variables\03_Conditions.png" height="100" /><br />Conditions</a> |
1919

2020
### Imported Media
2121

2222
| | | |
2323
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
2424
| <a href="examples\03_Imported_Media\00_Words.js"><img src="examples\03_Imported_Media\00_Words.png" height="100" /><br />Words</a> | <a href="examples\03_Imported_Media\01_Copy_Image_Data.js"><img src="examples\03_Imported_Media\01_Copy_Image_Data.png" height="100" /><br />Copy Image Data</a> | <a href="examples\03_Imported_Media\02_Alpha_Mask.js"><img src="examples\03_Imported_Media\02_Alpha_Mask.png" height="100" /><br />Alpha Mask</a> |
25-
| <a href="examples\03_Imported_Media\03_Image_Transparency.js"><img src="examples\03_Imported_Media\03_Image_Transparency.png" height="100" /><br />Image Transparency</a> | <a href="examples\03_Imported_Media\04_Create_Audio.js"><img src="examples\03_Imported_Media\04_Create_Audio.png" height="100" /><br />Create Audio</a> | <a href="examples\03_Imported_Media\05_Video.js"><img src="examples\03_Imported_Media\05_Video.png" height="100" /><br />Video</a> |
25+
| <a href="examples\03_Imported_Media\03_Image_Transparency.js"><img src="examples\03_Imported_Media\03_Image_Transparency.png" height="100" /><br />Image Transparency</a> | <a href="examples\03_Imported_Media\04_Create_Audio.js"><img src="examples\03_Imported_Media\04_Create_Audio.jpg" height="100" /><br />Create Audio</a> | <a href="examples\03_Imported_Media\05_Video.js"><img src="examples\03_Imported_Media\05_Video.png" height="100" /><br />Video</a> |
2626
| <a href="examples\03_Imported_Media\06_Video_Canvas.js"><img src="examples\03_Imported_Media\06_Video_Canvas.png" height="100" /><br />Video Canvas</a> | <a href="examples\03_Imported_Media\07_Video_Capture.js"><img src="examples\03_Imported_Media\07_Video_Capture.png" height="100" /><br />Video Capture</a> |
2727

2828
### Input Elements
@@ -49,7 +49,7 @@
4949
| | | |
5050
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
5151
| <a href="examples\07_Repetition\00_Color_Interpolation.js"><img src="examples\07_Repetition\00_Color_Interpolation.png" height="100" /><br />Color Interpolation</a> | <a href="examples\07_Repetition\01_Color_Wheel.js"><img src="examples\07_Repetition\01_Color_Wheel.png" height="100" /><br />Color Wheel</a> | <a href="examples\07_Repetition\02_Bezier.js"><img src="examples\07_Repetition\02_Bezier.png" height="100" /><br />Bezier</a> |
52-
| <a href="examples\07_Repetition\03_Kaleidoscope.js"><img src="examples\07_Repetition\03_Kaleidoscope.png" height="100" /><br />Kaleidoscope</a> | <a href="examples\07_Repetition\05_Noise.js"><img src="examples\07_Repetition\05_Noise.png" height="100" /><br />Noise</a> | <a href="examples\07_Repetition\06_Recursive_Tree.js"><img src="examples\07_Repetition\06_Recursive_Tree.png" height="100" /><br />Recursive Tree</a> |
52+
| <a href="examples\07_Repetition\03_Kaleidoscope.js"><img src="examples\07_Repetition\03_Kaleidoscope.png" height="100" /><br />Kaleidoscope</a> | <a href="examples\07_Repetition\04_Noise.js"><img src="examples\07_Repetition\04_Noise.png" height="100" /><br />Noise</a> | <a href="examples\07_Repetition\05_Recursive_Tree.js"><img src="examples\07_Repetition\05_Recursive_Tree.png" height="100" /><br />Recursive Tree</a> |
5353

5454
### Listing Data with Arrays
5555

0 commit comments

Comments
 (0)