<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Transformations on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/transformations/</link><description>Recent content in Transformations 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/transformations/index.xml" rel="self" type="application/rss+xml"/><item><title>Intermediate Topics: Transformations</title><link>https://ai-blog.noorshomelab.dev/svg-guide/intermediate-transformations/</link><pubDate>Sun, 02 Nov 2025 18:00:00 +0530</pubDate><guid>https://ai-blog.noorshomelab.dev/svg-guide/intermediate-transformations/</guid><description>&lt;h1 id="6-intermediate-topics-transformations"&gt;6. Intermediate Topics: Transformations&lt;/h1&gt;
&lt;p&gt;Transformations are crucial for positioning, resizing, and reorienting SVG elements. Instead of manually recalculating coordinates, you can apply geometric transformations like moving, rotating, scaling, and skewing to elements or groups. These can be applied using the &lt;code&gt;transform&lt;/code&gt; attribute directly on SVG elements or via CSS &lt;code&gt;transform&lt;/code&gt; properties.&lt;/p&gt;
&lt;h2 id="61-the-transform-attribute"&gt;6.1 The &lt;code&gt;transform&lt;/code&gt; Attribute&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;transform&lt;/code&gt; attribute can be applied to any SVG element (or &lt;code&gt;&amp;lt;g&amp;gt;&lt;/code&gt; element) and takes one or more transformation functions as its value. Transformations are applied in the order they are listed.&lt;/p&gt;</description></item></channel></rss>