Skip to content

Instantly share code, notes, and snippets.

@sofyansitorus
sofyansitorus / resume.json
Last active September 4, 2023 11:45
resume.json
{
"basics": {
"name": "John Doe",
"label": "Programmer",
"image": "",
"email": "[email protected]",
"phone": "(912) 555-4321",
"url": "https://johndoe.com",
"summary": "A summary of John Doe…",
"location": {

SVG (Scalable Vector Graphics) has a range of elements that you can use to create rich graphics directly within an HTML document or standalone SVG files. Below is a comprehensive list of SVG elements:

Structural Elements:

  1. <svg> - The root SVG container.
  2. <g> - Grouping element to group various shapes together.
  3. <defs> - Defines elements to be reused.
  4. <desc> - Description for its parent. For accessibility and metadata.
  5. <metadata> - Contains metadata about the SVG.
  6. <symbol> - Defines graphical template objects.
  7. `` - Reuse graphical elements.