Skip to content

Commit de03a1a

Browse files
authored
Merge pull request #1496 from Hemant2A2/fix#1478
Fixes #1478
2 parents 23185e4 + 77ca663 commit de03a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/examples/en/10_Interaction/29_kaleidoscope.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @name Kaleidoscope
33
* @arialabel User draws thick black lines on the grey background and it is mirrored 5 times in a circle like a kaleidoscope
4-
* @description A kaleidoscope is an optical instrument with two or more reflecting surfaces tilted to each other in an angle. This example tries to replicate the behavior of a kaleidoscope. Set the number of reflections at the symmetry variable and start drawing on the screen. Adjust the brush size with the help of the slider. The clear screen as it says clears the screen. The save button will download a .jpg file of the art that you have created.
4+
* @description A kaleidoscope is an optical instrument with two or more reflecting surfaces tilted to each other in an angle. This example tries to replicate the behavior of a kaleidoscope. Set the number of reflections at the symmetry variable and start drawing on the screen. Paste the below code in the <a href="https://editor.p5js.org/"> Editor </a> and click on the save button if you wish to download a .jpg file of the art that you have created.
55
*/
66
// Symmetry corresponding to the number of reflections. Change the number for different number of reflections
77
let symmetry = 6;

0 commit comments

Comments
 (0)