diff options
Diffstat (limited to 'files/ja/web/api/path2d/index.html')
-rw-r--r-- | files/ja/web/api/path2d/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/path2d/index.html b/files/ja/web/api/path2d/index.html index 97e05ee64a..3cbc91891c 100644 --- a/files/ja/web/api/path2d/index.html +++ b/files/ja/web/api/path2d/index.html @@ -13,7 +13,7 @@ translation_of: Web/API/Path2D --- <div>{{APIRef("Canvas API")}} {{SeeCompatTable}}</div> -<p>The <strong><code>Path2D</code></strong> interface of the Canvas 2D API is used to declare paths that are then later used on {{domxref("CanvasRenderingContext2D")}} objects. The<a href="/en-US/docs/Web/API/CanvasRenderingContext2D#Paths"> path methods</a> of the <code>CanvasRenderingContext2D</code> interface are present on this interface as well and are allowing you to create paths that you can retain and replay as required on a canvas.</p> +<p>The <strong><code>Path2D</code></strong> interface of the Canvas 2D API is used to declare paths that are then later used on {{domxref("CanvasRenderingContext2D")}} objects. The<a href="/ja/docs/Web/API/CanvasRenderingContext2D#Paths"> path methods</a> of the <code>CanvasRenderingContext2D</code> interface are present on this interface as well and are allowing you to create paths that you can retain and replay as required on a canvas.</p> <h2 id="Constructors">Constructors</h2> |