Skip to content

Commit 2353f56

Browse files
authored
descripción círculo
Traduje línea 358:
1 parent c9ae35a commit 2353f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/reference/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
},
356356
"circle": {
357357
"description": [
358-
"Draws a circle to the screen. A circle is a simple closed shape.It is the set of all points in a plane that are at a given distance from a given point, the centre.This function is a special case of the ellipse() function, where the width and height of the ellipse are the same. Height and width of the ellipse correspond to the diameter of the circle. By default, the first two parameters set the location of the centre of the circle, the third sets the diameter of the circle."
358+
"Dibuja un círculo en la pantalla. Un círculo es una forma sencilla cerrada. Es el conjunto de todos los puntos en un plano que están a una distancia dada de un punto dado, el centro. Esta función es un caso especial de la función ellipse(), donde lo ancho y lo alto de la elipse son lo mismo. Lo alto y lo ancho de la elipse corresponde al diámetro del círculo. De forma predeterminada, los primeros dos parámetros establecen la posición del centro del círculo, el tercer establece el diametro del círculo."
359359
],
360360
"params": {
361361
"x": "Número: coordenada x del centro del círculo.",

0 commit comments

Comments
 (0)