Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown conversion for pt-BR - Cleanup - SVG section #8477

Merged
merged 1 commit into from
Sep 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h3 id="Exemplo_Masking">Exemplo: Masking</h3>
<p>Por exemplo, você pod estabelecer um estilo CSS que provêm uma máscara gradiente para um documento HTML usando código SVG similar ao seguinte:</p>

<div class="warning">
<p><strong><code>Namespacing</code> não é válido no HTML5</strong>, deixe de lado as tags "svg:" para documentos HTML.</p>
<p><strong>Namespacing não é válido no HTML5</strong>, deixe de lado as tags "svg:" para documentos HTML.</p>
</div>

<pre class="brush: html">&lt;svg height="0"&gt;
Expand Down Expand Up @@ -164,8 +164,6 @@ <h3 id="Exemplo_Filtering">Exemplo: Filtering</h3>
&lt;/style&gt;
</pre>

<p><a class="button liveSample" href="/files/3329/filterdemo.xhtml">View this example live</a></p>

<h3 id="Exemplo_Texto_Borrado">Exemplo: Texto Borrado</h3>

<p>Para borrar um texto há um webkit baseado dos navegadores com o (prefixo) filtro CSS chamado blur. Você pode arquivar o mesmo efeito usando filtros SVG.</p>
Expand Down
6 changes: 3 additions & 3 deletions files/pt-br/web/svg/content_type/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h2 id="Coordinate">Coordinate</h2>

<h2 id="Frequency">Frequency</h2>

<dl class="definitions">
<dl>
<dt>&lt;frequency&gt;</dt>
<dd>
<p>Frequency values are used with aural properties. As defined in CSS2, a frequency value is a <a href="/en-US/docs/SVG/Content_type#Number" title="https://developer.mozilla.org/en/SVG/Content_type#Number">&lt;number&gt;</a> immediately followed by a frequency unit identifier. The frequency unit identifiers are:</p>
Expand Down Expand Up @@ -360,8 +360,8 @@ <h2 id="Time">Time</h2>
<p>O valor de tempo é um &lt;number&gt; imediatamente seguida por um indentificador de unidade de tempo. Os indicadores de unidade de tempo são:</p>

<ul>
<li><span class="attr-value">ms: </span>milisegundos</li>
<li><span class="attr-value">s: segundos</span></li>
<li>ms: milisegundos</li>
<li>s: segundos</li>
</ul>
</dd>
</dl>
Expand Down
17 changes: 5 additions & 12 deletions files/pt-br/web/svg/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,15 @@
- Ícones
translation_of: Web/SVG
---
<div class="callout-box"><strong><a href="https://developer.mozilla.org/pt-BR/docs/Web/SVG/Tutorial" title="SVG/Tutorial">Iniciando</a></strong><br>
Este tutorial irá ajudá-lo a começar a trabalhar com SVG.</div>
<div><strong><a href="/pt-BR/docs/Web/SVG/Tutorial">Iniciando</a></strong> Este tutorial irá ajudá-lo a começar a trabalhar com SVG.</div>

<p>{{SVGRef}}</p>

<p><strong>Gráficos Vetoriais Escaláveis (SVG)</strong> é uma linguagem de marcação <a href="/en-US/docs/XML" title="XML">XML</a> para descrever gráficos vetoriais bidimensionais. Essencialmente, SVG é para gráficos o que o XHTML é para texto.</p>

<p>SVG é similar em escopo à tecnologia Flash, propriedade da Adobe, mas se distingue por ser uma <a href="http://www.w3.org/Graphics/SVG/">recomendação da W3C</a>, ou seja, um padrão, e por ser baseado em XML e não em um formato binário fechado. O SVG foi criado para funcionar com outros padrões da <a href="http://www.w3.org/">W3C</a>, tais como <a href="/en-US/docs/CSS" title="CSS">CSS</a>, <a href="/en-US/docs/DOM" title="DOM">DOM</a> e <a href="http://www.w3.org/AudioVideo/">SMIL</a>.</p>

<div class="cleared row topicpage-table">
<div class="section">
<h2 class="Documentation" id="Documentação">Documentação</h2>
<h2>Documentação</h2>

<dl>
<dt><a href="/en-US/docs/SVG/Element" title="SVG/Element">Referência de elementos SVG</a></dt>
Expand All @@ -47,24 +44,22 @@ <h2 class="Documentation" id="Documentação">Documentação</h2>
</dd>
</dl>

<h2 class="Community" id="Comunidade">Comunidade</h2>
<h2>Comunidade</h2>

<ul>
<li>Ver os fóruns da Mozilla... {{DiscussionList("dev-tech-svg", "mozilla.dev.tech.svg")}}</li>
</ul>

<h2 class="Tools" id="Ferramentas">Ferramentas</h2>
<h2>Ferramentas</h2>

<ul>
<li><a href="http://www.w3.org/Graphics/SVG/Test/">Suíte de Teste SVG</a></li>
<li><a href="http://jiggles.w3.org/svgvalidator/">Validador SVG</a> (Descontinuado)</li>
<li><a href="/en-US/docs/tag/SVG:Tools" title="tag/SVG:Tools">Mais Ferramentas...</a></li>
<li>Outros recursos: <a href="/en-US/docs/XML" title="XML">XML</a>, <a href="/en-US/docs/CSS" title="CSS">CSS</a>, <a href="/en-US/docs/DOM" title="DOM">DOM</a>, <a href="/en-US/docs/HTML/Canvas" title="HTML/Canvas">Canvas</a></li>
</ul>
</div>

<div class="section">
<h2 class="Related_Topics" id="Exemplos">Exemplos</h2>
<h2>Exemplos</h2>

<ul>
<li>Google <a href="http://maps.google.com">Maps</a> (route overlay) &amp; <a href="http://docs.google.com">Docs</a> (spreadsheet charting)</li>
Expand Down Expand Up @@ -103,5 +98,3 @@ <h3 id="Mapeamentos_gráficos_jogos_experimentos_3D">Mapeamentos, gráficos, jog
<li><a href="http://www.treebuilder.de/default.asp?file=441875.xml">3D box</a> &amp; <a href="http://www.treebuilder.de/default.asp?file=206524.xml">3D boxes</a></li>
<li><a href="http://jvectormap.com/">jVectorMap</a> (mapas interativos para visualização de dados)</li>
</ul>
</div>
</div>