We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3e2c77 + f827b4c commit 3afbfb1Copy full SHA for 3afbfb1
src/data/examples/es/09_Simulate/17_Mandelbrot.js
@@ -1,7 +1,7 @@
1
/*
2
- * @name The Mandelbrot Set
3
- * @description Simple rendering of the Mandelbrot set.
4
- * Based on Daniel Shiffman's <a href="https://processing.org/examples/mandelbrot.html">Mandelbrot Example</a> for Processing.
+ * @name El Conjunto de Mandelbrot
+ * @description Renderización simple del conjunto de Mandelbrot.
+ * Basado en el trabajo para Processing de Daniel Shiffman <a href="https://processing.org/examples/mandelbrot.html">Ejemplo de Mandelbrot</a>.
5
*/
6
7
function setup() {
0 commit comments