<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vector Graphics on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/vector-graphics/</link><description>Recent content in Vector Graphics on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 02 Nov 2025 18:00:00 +0530</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/vector-graphics/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction to SVG</title><link>https://ai-blog.noorshomelab.dev/svg-guide/introduction-to-svg/</link><pubDate>Sun, 02 Nov 2025 18:00:00 +0530</pubDate><guid>https://ai-blog.noorshomelab.dev/svg-guide/introduction-to-svg/</guid><description>&lt;h1 id="1-introduction-to-svg"&gt;1. Introduction to SVG&lt;/h1&gt;
&lt;p&gt;Welcome to the exciting world of Scalable Vector Graphics! In this first chapter, we&amp;rsquo;ll lay the groundwork for your SVG journey. We&amp;rsquo;ll start by defining what SVG is and why it&amp;rsquo;s an indispensable tool for modern web developers. You&amp;rsquo;ll also get a brief overview of its history and, most importantly, learn how to set up your development environment so you can immediately start coding.&lt;/p&gt;
&lt;h2 id="11-what-is-svg"&gt;1.1 What is SVG?&lt;/h2&gt;
&lt;p&gt;SVG stands for &lt;strong&gt;Scalable Vector Graphics&lt;/strong&gt;. It&amp;rsquo;s an XML-based markup language used for describing two-dimensional vector graphics. Think of it like HTML, but instead of describing text content and its structure, SVG describes images using mathematical equations and geometric primitives (like lines, circles, rectangles, and paths).&lt;/p&gt;</description></item><item><title>Intermediate Topics: Paths - The Powerhouse of SVG</title><link>https://ai-blog.noorshomelab.dev/svg-guide/intermediate-paths/</link><pubDate>Sun, 02 Nov 2025 18:00:00 +0530</pubDate><guid>https://ai-blog.noorshomelab.dev/svg-guide/intermediate-paths/</guid><description>&lt;h1 id="4-intermediate-topics-paths---the-powerhouse-of-svg"&gt;4. Intermediate Topics: Paths - The Powerhouse of SVG&lt;/h1&gt;
&lt;p&gt;If you want to draw anything beyond simple rectangles and circles, the &lt;code&gt;&amp;lt;path&amp;gt;&lt;/code&gt; element is your best friend. It&amp;rsquo;s the most powerful and versatile element in SVG, allowing you to create any custom shape imaginable using a series of commands. Mastering paths unlocks the full potential of SVG.&lt;/p&gt;
&lt;h2 id="41-understanding-the-path-element"&gt;4.1 Understanding the &lt;code&gt;&amp;lt;path&amp;gt;&lt;/code&gt; Element&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;&amp;lt;path&amp;gt;&lt;/code&gt; element defines a complex shape by connecting a series of points using lines and curves. All the drawing instructions are contained within its &lt;code&gt;d&lt;/code&gt; (data) attribute.&lt;/p&gt;</description></item></channel></rss>