1. SVG
  2. Introduction
    1. SVG and LLMs
    2. SVG embedded in HTML
    3. SVG loaded in an img
    4. SVG loaded in an object
    5. SVG loaded in an iframe
    6. SVG validation
    7. Convert SVG to PNG or JPEG
    8. Style
    9. Colors
    10. g container element
    11. Transformations
    12. Size vs ViewBox
      1. Size
      2. ViewBox
    13. Links
  3. Shapes
    1. Lines
      1. Diagonal line
      2. Horizontal line
      3. Vertical line
    2. Circle
    3. Rectangles
      1. Rectangles
      2. Set the width and height as a percentage
      3. Rectangle without color/fill
      4. White rectangle with border
      5. Rectangle with rounded corner
    4. Square
    5. Ellipse
    6. Polygon
      1. Triangle
      2. Square
      3. Hexagon
      4. 5 pointed star
      5. Isosceles Triangle
      6. Star of David
    7. Polyline
      1. Polyline W
      2. Polyline Snail
    8. Path
      1. Line with Path
      2. Triangle with Path
      3. Path Arc
      4. Path with transparency
      5. Path Code Maven
      6. Path Examples
    9. Text
      1. Text with stroke (border) and no fill (color)
      2. tspan to add style to part of the text
      3. Text with letters rotated
      4. Rotate the whole text with transform
    10. Embed external image
    11. Horizontal gradient
  4. Charts
    1. Stacked chart
    2. Pie chart
  5. Drawings
    1. House front
  6. Flags
    1. Flag of Hungary
    2. Flag of Switzerland
  7. SVG generated programmatically
  8. SVG using JavaScript
  9. SVG using Perl
    1. Default SVG
    2. Plain SVG
    3. Line using Perl
    4. Circle using Perl
    5. Rectangle using Perl
    6. Grid using Perl
  10. SVG using Rust
    1. Line
  11. Book cover
    1. Functional Programming in Python
    2. Testing Python
    3. Python Testing Demo
    4. Python Tk
    5. OOP in Perl
    6. Rust programming
  12. Other