From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/vi/web/svg/index.html | 94 --------------------------------------------- 1 file changed, 94 deletions(-) delete mode 100644 files/vi/web/svg/index.html (limited to 'files/vi/web/svg/index.html') diff --git a/files/vi/web/svg/index.html b/files/vi/web/svg/index.html deleted file mode 100644 index b342e1ceb9..0000000000 --- a/files/vi/web/svg/index.html +++ /dev/null @@ -1,94 +0,0 @@ ---- -title: SVG -slug: Web/SVG -tags: - - 2D Graphics - - Graphics - - NeedsTranslation - - Reference - - SVG - - TopicStub - - Web - - 'l10n:priority' -translation_of: Web/SVG ---- -
Getting Started
-This tutorial will help get you started using SVG.
- -

Scalable Vector Graphics (SVG) is an XML-based markup language for describing two-dimensional vector graphics. SVG is essentially to graphics what HTML is to text.

- -

SVG is similar to Adobe's proprietary Flash technology, but it is a text-based open Web standard instead of a closed binary format. It is explicitly designed to work with other web standards such as CSS, DOM, and SMIL.

- -
-
-

Documentation

- -
-
SVG element reference
-
Details about each SVG element.
-
SVG attribute reference
-
Details about each SVG attribute.
-
SVG DOM interface reference
-
Details about the SVG DOM API, for interaction with JavaScript.
-
Applying SVG effects to HTML content
-
SVG works together with {{Glossary("HTML")}}, {{Glossary("CSS")}} and {{Glossary("JavaScript")}}. Use SVG to enhance a regular HTML page or web application.
-
- -

View All...

- -

Community

- -
    -
  • View Mozilla forums... {{DiscussionList("dev-tech-svg", "mozilla.dev.tech.svg")}}
  • -
- -

Tools

- - -
- -
- - - - -

Animation and interactions

- -

Like HTML, SVG has a document model (DOM) and events, and is accessible from JavaScript. This allows developers to create rich animations and interactive images.

- - - -

Mapping, charting, games & 3D experiments

- -

While a little SVG can go a long way to enhanced web content, here are some examples of heavy SVG usage.

- - -
-
-- cgit v1.2.3-54-g00ecf