From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-br/web/svg/tutorial/index.html | 49 +++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 files/pt-br/web/svg/tutorial/index.html (limited to 'files/pt-br/web/svg/tutorial/index.html') diff --git a/files/pt-br/web/svg/tutorial/index.html b/files/pt-br/web/svg/tutorial/index.html new file mode 100644 index 0000000000..80ca35deb9 --- /dev/null +++ b/files/pt-br/web/svg/tutorial/index.html @@ -0,0 +1,49 @@ +--- +title: Tutorial SVG +slug: Web/SVG/Tutorial +translation_of: Web/SVG/Tutorial +--- +

Scalable Vector Graphics (Gráficos vetoriais escaláveis), SVG, é uma linguagem W3C XML  para marcação de gráficos. Ela é parcialmente implementada no Firefox, Opera, Navegadores com WebKit , Internet Explorer e outros navegadores.

+ +

Este tutorial tem como objetivo explicar as partes internas de SVG acompanhada de detalhes técnicos. Se você quiser usá-la apenas para desenhar belas imagens, você pode encontrar informações mais uteis na Página de documentação do Inkscape. Outra boa introdução ao SVG é fornecida pelo W3C' SVG Primer.

+ +
O tutorial está em um estágio inicial de desenvolvimento.Se puder, por favor ajude escrevendo um parágrafo ou dois. Pontos extras para quem escrever uma página inteira!
+ +
Apresentando  SVG com Scratch
+ + + +

Os seguintes tópicos são mais avançados e portanto precisam de tutoriais próprios.

+ +
Scripting SVG with JavaScript
+ +

TBD

+ +
SVG filters tutorial
+ +

TBD

+ +
Animations with SMIL in SVG
+ +

TBD

+ +
Creating fonts in SVG
+ +

TBD

-- cgit v1.2.3-54-g00ecf