diff options
Diffstat (limited to 'files/fr/web/svg/attribute/in/index.html')
-rw-r--r-- | files/fr/web/svg/attribute/in/index.html | 10 |
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 <feBlend in="BackgroundImage" in2="SourceGraphic" mode="multiply"/> </filter> </defs> - <image xlink:href="https://developer.mozilla.org/files/6457/mdn_logo_only_color.png" x="10%" y="10%" width="80%" height="80%"/> + <image xlink:href="mdn_logo_only_color.png" x="10%" y="10%" width="80%" height="80%"/> <circle cx="50%" cy="40%" r="40%" fill="#c00" style="filter:url(#backgroundMultiply);" /> </svg> @@ -73,7 +73,7 @@ translation_of: Web/SVG/Attribute/in <defs> <filter id="imageMultiply"> <!-- Solution de contournement. --> - <feImage xlink:href="https://developer.mozilla.org/files/6457/mdn_logo_only_color.png" x="10%" y="10%" width="80%" height="80%"/> + <feImage xlink:href="mdn_logo_only_color.png" x="10%" y="10%" width="80%" height="80%"/> <feBlend in2="SourceGraphic" mode="multiply"/> </filter> </defs> @@ -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> |