Skip to content

Commit

Permalink
SVG: Add link to svg-tutorial.com (#31222)
Browse files Browse the repository at this point in the history
Add link to svg-tutorial.com
  • Loading branch information
HunorMarton committed Mar 28, 2024
1 parent 1a020e7 commit 48129f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions files/en-us/web/svg/index.md
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion files/en-us/web/svg/tutorial/index.md
Expand Up @@ -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

Expand Down

0 comments on commit 48129f6

Please sign in to comment.