aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/canvasrenderingcontext2d
diff options
context:
space:
mode:
authorCarolyn Wu <87150472+cw118@users.noreply.github.com>2022-01-29 06:27:27 -0500
committerGitHub <noreply@github.com>2022-01-29 12:27:27 +0100
commit1dbea823b8b72de289161a879207736b1b34889a (patch)
treed191dd892a32dcb5b3ffafc138166d0257c40da6 /files/fr/web/api/canvasrenderingcontext2d
parentc2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d (diff)
downloadtranslated-content-1dbea823b8b72de289161a879207736b1b34889a.tar.gz
translated-content-1dbea823b8b72de289161a879207736b1b34889a.tar.bz2
translated-content-1dbea823b8b72de289161a879207736b1b34889a.zip
Markdown error fixes for French pages (#3850)
Diffstat (limited to 'files/fr/web/api/canvasrenderingcontext2d')
-rw-r--r--files/fr/web/api/canvasrenderingcontext2d/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/canvasrenderingcontext2d/index.md b/files/fr/web/api/canvasrenderingcontext2d/index.md
index 68b20a683f..f6ab561009 100644
--- a/files/fr/web/api/canvasrenderingcontext2d/index.md
+++ b/files/fr/web/api/canvasrenderingcontext2d/index.md
@@ -130,7 +130,7 @@ The following methods can be used to manipulate paths of objects.
- {{domxref("CanvasRenderingContext2D.ellipse()")}} {{experimental_inline}}
- : Adds an ellipse to the path which is centered at *(x, y)* position with the radii *radiusX* and *radiusY* starting at *startAngle* and ending at *endAngle* going in the given direction by *anticlockwise* (defaulting to clockwise).
- {{domxref("CanvasRenderingContext2D.rect()")}}
- - : Creates a path for a rectangle at\* *position *(x, y)* with a size that is determined by *width* and *height\*.
+ - : Creates a path for a rectangle at position *(x, y)* with a size that is determined by *width* and *height*.
## Drawing paths