--- title: SVG - Gráficos Vetoriais Escaláveis slug: Web/SVG tags: - Gráficos 2D - Imagens - Prioridade l10n - Referencia - SVG - Web - graficos - Ícones translation_of: Web/SVG ---
Scalable Vector Graphics (SVG) é uma linguagem de marcação com base em XML para descrever dois gráficos vetoriais dimensionais. Como tal, é um padrão da Web aberta baseado erm texto para descrever imagens que podem ser renderizadas para qualquer tamanho e são criadas especificamente para funcionarem bem com outros padrões da Web, incluindo CSS, DOM, JavaScript, e SMIL. SVG é, essencialmente para os gráficos, o que o HTML é para o texto.
SVG images and their related behaviors are defined in XML text files, which means they can be searched, indexed, scripted, and compressed. Additionally, this means they can be created and edited with any text editor or with drawing software.
Compared to classic bitmapped image formats such as {{Glossary("JPEG")}} or {{Glossary("PNG")}}, SVG-format vector images can be rendered at any size without loss of quality and can be easily localized by updating the text within them, without the need of a graphical editor to do so. With proper libraries, SVG files can even be localized on-the-fly.
SVG tem sido desenvolvido por World Wide Web Consortium (W3C), desde 1999.
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.
foreignObject
While a little SVG can go a long way to enhanced web content, here are some examples of heavy SVG usage.