From 9c12d24de6ce49f41c96f7f038bc5a381cff7ad4 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:48:32 +0100 Subject: unslug ms: modify --- files/ms/web/api/canvas_api/index.html | 7 ++++--- files/ms/web/api/canvas_api/tutorial/index.html | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'files/ms/web/api/canvas_api') diff --git a/files/ms/web/api/canvas_api/index.html b/files/ms/web/api/canvas_api/index.html index bfd9cd5f2b..4510a6c375 100644 --- a/files/ms/web/api/canvas_api/index.html +++ b/files/ms/web/api/canvas_api/index.html @@ -1,14 +1,15 @@ --- title: Canvas -slug: HTML/Canvas +slug: Web/API/Canvas_API tags: - HTML - - 'HTML:Canvas' - - 'HTML:Element' + - HTML:Canvas + - HTML:Element - NeedsTranslation - References - TopicStub translation_of: Web/API/Canvas_API +original_slug: HTML/Canvas ---

Added in HTML5, the HTML {{HTMLElement("canvas")}} element is an element which can be used to draw graphics via scripting (usually JavaScript). For example, it can be used to draw graphs, make photo compositions, create animations or even do real-time video processing.

Mozilla applications gained support for <canvas> starting with Gecko 1.8 (i.e. Firefox 1.5). The element was originally introduced by Apple for the OS X Dashboard and Safari. Internet Explorer supports <canvas> from version 9 onwards; for earlier versions of IE, a page can effectively add support for <canvas> by including a script from Google's Explorer Canvas project. Google Chrome and Opera 9 also support <canvas>.

diff --git a/files/ms/web/api/canvas_api/tutorial/index.html b/files/ms/web/api/canvas_api/tutorial/index.html index 2e656a8d46..6ac64a23ed 100644 --- a/files/ms/web/api/canvas_api/tutorial/index.html +++ b/files/ms/web/api/canvas_api/tutorial/index.html @@ -1,8 +1,9 @@ --- title: Melukis Grafik dengan Canvas -slug: HTML/Canvas/Melukis_Grafik_dengan_Canvas +slug: Web/API/Canvas_API/Tutorial translation_of: Web/API/Canvas_API/Tutorial translation_of_original: Web/API/Canvas_API/Drawing_graphics_with_canvas +original_slug: HTML/Canvas/Melukis_Grafik_dengan_Canvas ---

Most of this content (but not the documentation on drawWindow) has been rolled into the more expansive Canvas tutorial, this page should probably be redirected there as it's now redundant.

-- cgit v1.2.3-54-g00ecf