aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/svg/attribute/stroke-dashoffset/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/svg/attribute/stroke-dashoffset/index.html')
-rw-r--r--files/pt-br/web/svg/attribute/stroke-dashoffset/index.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/files/pt-br/web/svg/attribute/stroke-dashoffset/index.html b/files/pt-br/web/svg/attribute/stroke-dashoffset/index.html
new file mode 100644
index 0000000000..cbc2224c56
--- /dev/null
+++ b/files/pt-br/web/svg/attribute/stroke-dashoffset/index.html
@@ -0,0 +1,52 @@
+---
+title: stroke-dashoffset
+slug: Web/SVG/Attribute/stroke-dashoffset
+tags:
+ - Animação SVG
+ - Atributo SVG
+ - SVG
+translation_of: Web/SVG/Attribute/stroke-dashoffset
+---
+<p>« <a href="/en/SVG/Attribute" title="en/SVG/Attribute">SVG Attribute reference home</a></p>
+
+<p>O atributo <code>stroke-dashoffset</code> especifica a distância entre o inicio traço e o fim.</p>
+
+<p>Se a <a href="/en/SVG/Content_type#Percentage" title="en/SVG/Content_type#Percentage">&lt;percentage&gt;</a> for usada, o valor representará a porcentagem do viewport atual.</p>
+
+<p>O valor pode ser negativo.</p>
+
+<h2 id="Contexto_de_uso">Contexto de uso</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="row">Categorias</th>
+ <td>Atributo de Apresentação</td>
+ </tr>
+ <tr>
+ <th scope="row">Value</th>
+ <td><a href="/en/SVG/Content_type#Percentage" title="en/SVG/Content_type#Percentage">&lt;percentage&gt;</a> | <a href="/en/SVG/Content_type#Length" title="en/SVG/Content_type#Length"><span>&lt;length&gt;</span></a> | inherit</td>
+ </tr>
+ <tr>
+ <th scope="row">Valor inicial</th>
+ <td>0</td>
+ </tr>
+ <tr>
+ <th scope="row">Animação</th>
+ <td>Sim</td>
+ </tr>
+ <tr>
+ <th scope="row">Documento Normativo</th>
+ <td><a class="external" href="http://www.w3.org/TR/SVG11/painting.html#StrokeDashoffsetProperty" title="http://www.w3.org/TR/SVG11/painting.html#StrokeDashoffsetProperty">SVG 1.1 (2nd Edition)</a></td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Elementos">Elementos</h2>
+
+<p>Os seguintes elementos podem utilizar o atributo <code>stroke-dashoffset</code></p>
+
+<ul>
+ <li><a href="/en/SVG/Element#Shape" title="en/SVG/Element#Shape">Shape elements</a> »</li>
+ <li><a href="/en/SVG/Element#TextContent" title="en/SVG/Element#TextContent">Text content elements</a> »</li>
+</ul>