aboutsummaryrefslogtreecommitdiff
path: root/files/vi/glossary/svg
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-04-29 16:16:42 -0700
committerGitHub <noreply@github.com>2021-04-29 16:16:42 -0700
commit95aca4b4d8fa62815d4bd412fff1a364f842814a (patch)
tree5e57661720fe9058d5c7db637e764800b50f9060 /files/vi/glossary/svg
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/vi/glossary/svg')
-rw-r--r--files/vi/glossary/svg/index.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/files/vi/glossary/svg/index.html b/files/vi/glossary/svg/index.html
deleted file mode 100644
index e514deba43..0000000000
--- a/files/vi/glossary/svg/index.html
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: SVG
-slug: Glossary/SVG
-translation_of: Glossary/SVG
-original_slug: Tu-dien-thuat-ngu/SVG
----
-<p><em>Scalable Vector Graphics</em> (<strong>SVG</strong>) là một định dạng hình ảnh véc tơ 2D dựa trên cú pháp của {{Glossary("XML")}}.</p>
-
-<p>{{Glossary("W3C")}} bắt đầu sử dụng SVG từ cuối thập niên 90, nhưng SVG chỉ trở nên nổi tiếng từ khi {{Glossary("Microsoft Internet Explorer", "Internet Explorer")}} 9 ra mắt kèm theo hỗ trợ SVG. Tất cả các {{Glossary("browser","trình duyệt")}} lớn hiện giờ đều hỗ trợ SVG.</p>
-
-<p>Dựa theo cú pháp của {{Glossary("XML")}}, SVG có thể được style bằng {{Glossary("CSS")}} và tạo ra các tương tác qua {{Glossary("JavaScript")}}. HTML5 giờ cho phép nhúng trực tiếp {{Glossary("Tag","thẻ")}} SVG vào tập tin {{Glossary("HTML")}}.</p>
-
-<p>Là một <a href="http://en.wikipedia.org/wiki/Vector_graphics" rel="external">định dạng hình ảnh véc tơ</a>, SVG có thể co dãn đến vô cùng, khiến cho nó trở nên vô giá đối với {{Glossary("responsive design")}} (thiết kế đáp ứng), bởi bạn có thể tạo ra giao diện và đồ hoạ co dãn trên mọi màn hình. SVG còn cung cấp một bộ công cụ hữu ích, như là clipping, masking, filters, và animations.</p>
-
-<h2 id="Tìm_hiểu_thêm">Tìm hiểu thêm</h2>
-
-<h3 id="Kiến_thức_chung">Kiến thức chung</h3>
-
-<ul>
- <li>{{Interwiki("wikipedia", "SVG")}} trên Wikipedia</li>
-</ul>
-
-<h3 id="Học_SVG">Học SVG</h3>
-
-<ul>
- <li><a href="https://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html">W3.org's SVG Primer</a></li>
-</ul>
-
-<h3 id="Thông_tin_kỹ_thuật">Thông tin kỹ thuật</h3>
-
-<ul>
- <li><a href="/en-US/docs/Web/SVG">Tài liệu SVG trên MDN</a></li>
- <li><a href="http://www.w3.org/TR/SVG/" rel="external">Latest SVG specification</a></li>
-</ul>