From 48129f6abd9500385b18d9b64e7398ce5f8e0e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunor=20M=C3=A1rton=20Borb=C3=A9ly?= Date: Thu, 28 Mar 2024 17:19:09 +0100 Subject: [PATCH] SVG: Add link to svg-tutorial.com (#31222) Add link to svg-tutorial.com --- files/en-us/web/svg/index.md | 1 + files/en-us/web/svg/tutorial/index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/files/en-us/web/svg/index.md b/files/en-us/web/svg/index.md index be117b55ecab41a..196c74608579f1c 100644 --- a/files/en-us/web/svg/index.md +++ b/files/en-us/web/svg/index.md @@ -41,5 +41,6 @@ See also, [SVG Tutorial](/en-US/docs/Web/SVG/Tutorial). - [SVG authoring guidelines](https://jwatt.org/svg/authoring/) - [SVG as an image](/en-US/docs/Web/SVG/SVG_as_an_Image) - [SVG animation with SMIL](/en-US/docs/Web/SVG/SVG_animation_with_SMIL) +- [SVG Tutorial Advent Calendar](https://svg-tutorial.com) - [SVG art gallery](https://www1.plurib.us/svg_gallery/) - [D3](https://d3js.org) (JavaScript library for visualizing data with HTML, SVG, and CSS) diff --git a/files/en-us/web/svg/tutorial/index.md b/files/en-us/web/svg/tutorial/index.md index 53da79bf6d6b25b..25a564af56a984a 100644 --- a/files/en-us/web/svg/tutorial/index.md +++ b/files/en-us/web/svg/tutorial/index.md @@ -8,7 +8,7 @@ page-type: guide Scalable Vector Graphics, [SVG](/en-US/docs/Web/SVG), is a W3C XML dialect to mark up graphics. -This tutorial aims to explain the internals of SVG and is packed with technical details. If you just want to draw beautiful images, you might find more useful resources at [Inkscape's documentation page](https://inkscape.org/learn/). Another good introduction to SVG is provided by the W3C's [SVG Primer](https://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html). +This tutorial aims to explain the internals of SVG and is packed with technical details. If you just want to draw beautiful images, you might find more useful resources at [Inkscape's documentation page](https://inkscape.org/learn/). Another good introduction to SVG is provided by the W3C's [SVG Primer](https://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html). Also check out this advent calendar-themed [SVG Tutorial](https://svg-tutorial.com) that walks you through coding 25 festive SVGs. ## Introducing SVG from Scratch