aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/svg/attribute/in/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/svg/attribute/in/index.html')
-rw-r--r--files/fr/web/svg/attribute/in/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/fr/web/svg/attribute/in/index.html b/files/fr/web/svg/attribute/in/index.html
index 19673d8804..3c4eb4f139 100644
--- a/files/fr/web/svg/attribute/in/index.html
+++ b/files/fr/web/svg/attribute/in/index.html
@@ -7,7 +7,7 @@ tags:
- SVG Filter
translation_of: Web/SVG/Attribute/in
---
-<p>« <a href="/en/SVG/Attribute" title="en/SVG/Attribute">SVG Attribute reference home</a></p>
+<p>« <a href="/fr/SVG/Attribute" title="en/SVG/Attribute">SVG Attribute reference home</a></p>
<p>L'attribut <code>in</code> identifie l'entrée pour la primitive de filtre donnée.</p>
@@ -33,7 +33,7 @@ translation_of: Web/SVG/Attribute/in
</tr>
<tr>
<th scope="row">Document normatif</th>
- <td><a class="external" href="http://www.w3.org/TR/SVG11/filters.html#FilterPrimitiveInAttribute">SVG 1.1 (2nd Edition)</a></td>
+ <td><a href="http://www.w3.org/TR/SVG11/filters.html#FilterPrimitiveInAttribute">SVG 1.1 (2nd Edition)</a></td>
</tr>
</tbody>
</table>
@@ -65,7 +65,7 @@ translation_of: Web/SVG/Attribute/in
      &lt;feBlend in="BackgroundImage" in2="SourceGraphic" mode="multiply"/&gt;
    &lt;/filter&gt;
  &lt;/defs&gt;
-  &lt;image xlink:href="https://developer.mozilla.org/files/6457/mdn_logo_only_color.png" x="10%" y="10%" width="80%" height="80%"/&gt;
+  &lt;image xlink:href="mdn_logo_only_color.png" x="10%" y="10%" width="80%" height="80%"/&gt;
  &lt;circle cx="50%" cy="40%" r="40%" fill="#c00" style="filter:url(#backgroundMultiply);" /&gt;
&lt;/svg&gt;
@@ -73,7 +73,7 @@ translation_of: Web/SVG/Attribute/in
  &lt;defs&gt;
    &lt;filter id="imageMultiply"&gt;
&lt;!-- Solution de contournement. --&gt;
-      &lt;feImage xlink:href="https://developer.mozilla.org/files/6457/mdn_logo_only_color.png" x="10%" y="10%" width="80%" height="80%"/&gt;
+      &lt;feImage xlink:href="mdn_logo_only_color.png" x="10%" y="10%" width="80%" height="80%"/&gt;
      &lt;feBlend in2="SourceGraphic" mode="multiply"/&gt;
    &lt;/filter&gt;
  &lt;/defs&gt;
@@ -83,7 +83,7 @@ translation_of: Web/SVG/Attribute/in
<p>{{ EmbedLiveSample('Contournement_pour_BackgroundImage') }}</p>
-<h2 id="Workaround_for_BackgroundImage" name="Workaround_for_BackgroundImage">Éléments</h2>
+<h2>Éléments</h2>
<p>Les éléments suivants peuvent utiliser l'attribut  <code>in</code>:</p>