<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: trapti rahangdale</title>
    <description>The latest articles on Forem by trapti rahangdale (@imtraptir).</description>
    <link>https://forem.com/imtraptir</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F172616%2Fdbf28cc2-c10c-4bea-9def-0bc8eb162625.jpg</url>
      <title>Forem: trapti rahangdale</title>
      <link>https://forem.com/imtraptir</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/imtraptir"/>
    <language>en</language>
    <item>
      <title>In Illustrator- Remove transformations from SVG while exporting</title>
      <dc:creator>trapti rahangdale</dc:creator>
      <pubDate>Sat, 08 Feb 2020 08:58:38 +0000</pubDate>
      <link>https://forem.com/imtraptir/in-illustrator-remove-transformations-from-svg-while-exporting-5050</link>
      <guid>https://forem.com/imtraptir/in-illustrator-remove-transformations-from-svg-while-exporting-5050</guid>
      <description>&lt;p&gt;While exporting SVG from Illustrator,SVG code comes with transform value. Sometimes we don't want it, I came across this when I was creating motionPath animation using Greensock.&lt;/p&gt;

&lt;p&gt;Below is the code with transform at the end of the path element. &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight xml"&gt;&lt;code&gt;

&lt;span class="nt"&gt;&amp;lt;svg&lt;/span&gt; &lt;span class="na"&gt;id=&lt;/span&gt;&lt;span class="s"&gt;"Layer_1"&lt;/span&gt; &lt;span class="na"&gt;data-name=&lt;/span&gt;&lt;span class="s"&gt;"Layer 1"&lt;/span&gt; &lt;span class="na"&gt;xmlns=&lt;/span&gt;&lt;span class="s"&gt;"http://www.w3.org/2000/svg"&lt;/span&gt; &lt;span class="na"&gt;viewBox=&lt;/span&gt;&lt;span class="s"&gt;"0 0 555.31 427.92"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;defs&amp;gt;&amp;lt;style&amp;gt;&lt;/span&gt;.cls-1{fill:none;stroke:#ff2ab4;stroke-miterlimit:10;stroke-width:5px;}&lt;span class="nt"&gt;&amp;lt;/style&amp;gt;&amp;lt;/defs&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;path&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"cls-1"&lt;/span&gt; &lt;span class="na"&gt;d=&lt;/span&gt;&lt;span class="s"&gt;"M84.53,19.26c-13.45,8.23-3.06,37.29,5.07,114.87,4.32,41.18,2.21,40.83,8.45,103.06,5.93,59.14,9.46,75.69,16.89,94.6,6.79,17.26,15.84,39.61,37.17,60.82,27.29,27.14,58.26,36.1,74.33,40.54,22.84,6.31,41.13,6.46,77.71,6.76,21.44.17,34.46.2,52.37-3.38a203.57,203.57,0,0,0,55.75-20.27,178.61,178.61,0,0,0,40.54-28.72c7.22-6.86,16.74-15.92,25.34-30.41,4.67-7.86,19.07-32.13,20.28-64.2.4-10.69-.9-16.11,3.38-20.27,7.83-7.63,20.38,2.58,42.23,0,20.39-2.4,34.92-14.28,42.23-20.27,10.33-8.45,15.86-16.53,25.34-30.41,8.47-12.39,12.76-18.78,15.21-28.72s1.62-17.49,0-32.1A148.71,148.71,0,0,0,618.37,124c-2.3-6.18-6.64-17.82-13.51-27-16.15-21.63-35-10.54-60.82-28.72-3.77-2.65-14.52-10.7-24.87-7.59a10.68,10.68,0,0,0-2.16.83c-11.49,6.08-13.23,39.08,0,49,10.33,7.74,21.12-5.1,38.85,1.69s25.12,26.83,27,32.1c9.05,24.89-1.4,46.75-3.37,50.68-10.21,20.35-27.94,28.69-35.48,32.1-10.53,4.76-25,11.32-33.79,6.76C475.44,215.67,547.9,30.15,520.39,17.57c-5-2.28-8.74,3.18-28.72,11.82-22.52,9.74-39.93,12.4-70.95,16.9C409,48,391.05,50.24,321,53.05c-47.61,1.9-71.75,2.83-87.84,1.68-29.25-2.08-56.32-4-89.54-15.2C104.78,26.44,94.54,13.14,84.53,19.26Z"&lt;/span&gt;
 &lt;span class="na"&gt;transform=&lt;/span&gt;&lt;span class="s"&gt;"translate(-75.55 -14.55)"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/svg&amp;gt;&lt;/span&gt;



&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;This is the way, I removed transformations from SVG:-&lt;/p&gt;

&lt;p&gt;1) Set Art board's X and Y coordinates to 0&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F93vbbbxf3f76iyzm6t4k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F93vbbbxf3f76iyzm6t4k.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2) Go to file and choose "Export as" option to export the SVG. And you will see below dialogue box&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fbm9gk3iimflgjnamy2nq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fbm9gk3iimflgjnamy2nq.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3) In the above dialogue box tick mark &lt;strong&gt;Use Artboards&lt;/strong&gt; option. And then click on &lt;strong&gt;Export&lt;/strong&gt;. You will see the bellow setting. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fh90zduosvzp7o3pwk608.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fh90zduosvzp7o3pwk608.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;From here click on ok and You will get SVG without transformations. Below is the final result. &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight xml"&gt;&lt;code&gt;

&lt;span class="nt"&gt;&amp;lt;svg&lt;/span&gt; &lt;span class="na"&gt;id=&lt;/span&gt;&lt;span class="s"&gt;"Layer_1"&lt;/span&gt; &lt;span class="na"&gt;data-name=&lt;/span&gt;&lt;span class="s"&gt;"Layer 1"&lt;/span&gt; &lt;span class="na"&gt;xmlns=&lt;/span&gt;&lt;span class="s"&gt;"http://www.w3.org/2000/svg"&lt;/span&gt; &lt;span class="na"&gt;viewBox=&lt;/span&gt;&lt;span class="s"&gt;"0 0 730.23 459.51"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;defs&amp;gt;&amp;lt;style&amp;gt;&lt;/span&gt;.cls-1{fill:none;stroke:#ff2ab4;stroke-miterlimit:10;stroke-width:5px;}&lt;span class="nt"&gt;&amp;lt;/style&amp;gt;&amp;lt;/defs&amp;gt;&lt;/span&gt;

&lt;span class="nt"&gt;&amp;lt;path&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"cls-1"&lt;/span&gt; &lt;span class="na"&gt;d=&lt;/span&gt;&lt;span class="s"&gt;"M80.53,15.26c-13.45,8.23-3.06,37.29,5.07,114.87,4.32,41.18,2.21,40.83,8.45,103.06,5.93,59.14,9.46,75.69,16.89,94.6,6.79,17.26,15.84,39.61,37.17,60.82,27.29,27.14,58.26,36.1,74.33,40.54,22.84,6.31,41.13,6.46,77.71,6.76,21.44.17,34.46.2,52.37-3.38a203.57,203.57,0,0,0,55.75-20.27,178.61,178.61,0,0,0,40.54-28.72c7.22-6.86,16.74-15.92,25.34-30.41,4.67-7.86,19.07-32.13,20.28-64.2.4-10.69-.9-16.11,3.38-20.27,7.83-7.63,20.38,2.58,42.23,0,20.39-2.4,34.92-14.28,42.23-20.27,10.33-8.45,15.86-16.53,25.34-30.41,8.47-12.39,12.76-18.78,15.21-28.72s1.62-17.49,0-32.1A148.71,148.71,0,0,0,614.37,120c-2.3-6.18-6.64-17.82-13.51-27-16.15-21.63-35-10.54-60.82-28.72-3.77-2.65-14.52-10.7-24.87-7.59a10.68,10.68,0,0,0-2.16.83c-11.49,6.08-13.23,39.08,0,49,10.33,7.74,21.12-5.1,38.85,1.69s25.12,26.83,27,32.1c9.05,24.89-1.4,46.75-3.37,50.68-10.21,20.35-27.94,28.69-35.48,32.1-10.53,4.76-25,11.32-33.79,6.76C471.44,211.67,543.9,26.15,516.39,13.57c-5-2.28-8.74,3.18-28.72,11.82-22.52,9.74-39.93,12.4-70.95,16.9C405,44,387.05,46.24,317,49.05c-47.61,1.9-71.75,2.83-87.84,1.68-29.25-2.08-56.32-4-89.54-15.2C100.78,22.44,90.54,9.14,80.53,15.26Z"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/svg&amp;gt;&lt;/span&gt; 


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Note: Show code option will be disabled. In this method. &lt;/p&gt;

&lt;p&gt;I will keep updating this blog as and when I came across different variations in SVG. In this particular case SVG was built using &lt;code&gt;path&lt;/code&gt; element.  &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why SVG ?</title>
      <dc:creator>trapti rahangdale</dc:creator>
      <pubDate>Sun, 17 Nov 2019 21:11:43 +0000</pubDate>
      <link>https://forem.com/imtraptir/why-svg-5acj</link>
      <guid>https://forem.com/imtraptir/why-svg-5acj</guid>
      <description>&lt;p&gt;This is originally posted on &lt;a href="https://www.iamtrapti.com"&gt;iamtrapti.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics. There are various reasons why we should use this, some are listed below - &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;a href="https://www.sitepoint.com/gif-png-jpg-which-one-to-use/"&gt;File size&lt;/a&gt; of well optimised SVG is less than any other image format(ex. png, jpg etc.).&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://simplyaccessible.com/article/7-solutions-svgs/"&gt;Accessibility&lt;/a&gt; and &lt;a href="https://css-tricks.com/accessible-svgs/"&gt;SEO&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;SVG's can be animated and interactive. &lt;/li&gt;
&lt;li&gt;SVG's are resolution independent and responsive.&lt;/li&gt;
&lt;li&gt;All Modern &lt;a href="https://caniuse.com/#search=svg"&gt;browser support&lt;/a&gt; SVG.&lt;/li&gt;
&lt;li&gt;Various tools are available to create SVG's like &lt;a href="https://www.adobe.com/in/products/illustrator/free-trial-download.html"&gt;Illustrator&lt;/a&gt;, &lt;a href="https://www.figma.com/"&gt;Figma&lt;/a&gt; etc.&lt;/li&gt;
&lt;li&gt;SVG's are easy to read and write. It has syntax like HTML. &lt;/li&gt;
&lt;li&gt;Styling can be done on SVG's using id's and classes. &lt;/li&gt;
&lt;li&gt;Practical use cases of SVG's are logo, icons, creative graphics, graphs, etc.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;SVG is Awesome.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;iframe height="600" src="https://codepen.io/tripti1410/embed/dBLEar?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Share in comment if you wanna add more. &lt;/p&gt;

</description>
      <category>svg</category>
    </item>
    <item>
      <title>Bend It Like Trapti - a SVG logo</title>
      <dc:creator>trapti rahangdale</dc:creator>
      <pubDate>Sun, 03 Nov 2019 19:49:20 +0000</pubDate>
      <link>https://forem.com/imtraptir/bend-it-like-trapti-a-svg-logo-3e9k</link>
      <guid>https://forem.com/imtraptir/bend-it-like-trapti-a-svg-logo-3e9k</guid>
      <description>&lt;p&gt;This is originally posted on &lt;a href="https://www.iamtrapti.com"&gt;iamtrapti.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Creating a wave shape logo using the SVG &lt;strong&gt;textOnAPath&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I was developing my portfolio website and I wanted a logo. Being a non designer it was difficult to come up with something in shorter period of time without doing much of research, thoughts and iterations. I wanted a simple logo with my name on it. SVG element &lt;strong&gt;textOnAPath&lt;/strong&gt; is a good way to make the logo standout.&lt;/p&gt;

&lt;p&gt;I am more comfortable handcrafting simple SVG. You may also use tools like Illustrator, Figma etc. to create SVG.&lt;/p&gt;

&lt;p&gt;Following SVG elements were used to create this logo.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;text:&lt;/strong&gt; This element defines a graphics element consisting of text. Attribute x and y is used to position the text. And most presentation attributes like font-size, font-weight etc. can be used.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;textPath:&lt;/strong&gt; This element is used to layout text along a path, for instance in a curve path, zigzag path etc. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;tspan:&lt;/strong&gt; This element is used to add text or subtext inside the text element. It allows to style or position the text if required.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;path:&lt;/strong&gt; This element is used to draw the line, arc, curves etc. It is very powerful element in SVG because any graphic can be created with this.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;While doing this, I learned all about text in SVG and created a &lt;br&gt;
cheatsheet of this for the future reference. &lt;a href="https://codepen.io/tripti1410/pen/WBmMOB"&gt;SVG text cheatsheet&lt;/a&gt; &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;First we will create the wave pattern for the logo, which can be created using any tool like Illustrator, figma or &lt;a href="https://codepen.io/anthonydugois/pen/mewdyZ"&gt;SVG path builder Codepen&lt;/a&gt;. Or if you are comfortable writing path coordinates in SVG, handcraft it like I did.&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;svg xmlns="http://www.w3.org/2000/svg" width="500px" height="100px" viewBox="0 0 300 100"&amp;gt;&lt;br&gt;
  &amp;lt;title&amp;gt;Trapti Rahangdale&amp;lt;/title&amp;gt;&lt;br&gt;
  &amp;lt;path id="curve-path" d="M 0 60 C 140 90 190 0 290 50 " stroke-  width="3" stroke="#f5b326" fill="none"&amp;gt;&amp;lt;/path&amp;gt;&lt;br&gt;
&amp;lt;/svg&amp;gt;&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;Add text element to show the name in SVG.&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;svg xmlns="http://www.w3.org/2000/svg" width="500px" height="100px" viewBox="0 0 300 100"&amp;gt;&lt;br&gt;
  &amp;lt;title&amp;gt;Trapti Rahangdale&amp;lt;/title&amp;gt;&lt;br&gt;
  &amp;lt;path id="curve-path" d="M 0 60 C 140 90 190 0 290 50 " stroke-  width="3" stroke="#f5b326" fill="none"&amp;gt;&amp;lt;/path&amp;gt;&lt;br&gt;
&amp;lt;text&amp;gt;Trapti Rahangdale&amp;lt;/text&amp;gt;&lt;br&gt;
&amp;lt;/svg&amp;gt;&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;Now we are ready to bend it like Trapti 😃 To do that add a textPath element. Linking between path and text is done by &lt;strong&gt;xlink:href&lt;/strong&gt; attribute with &lt;strong&gt;path id&lt;/strong&gt; as a value.&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;svg xmlns="http://www.w3.org/2000/svg" width="500px" height="100px" viewBox="0 0 300 100"&amp;gt;&lt;br&gt;
  &amp;lt;title&amp;gt;Trapti Rahangdale&amp;lt;/title&amp;gt;&lt;br&gt;
  &amp;lt;path id="curve-path" d="M 0 60 C 140 90 190 0 290 50 " stroke-  width="3" stroke="#f5b326" fill="none"&amp;gt;&amp;lt;/path&amp;gt;&lt;br&gt;
&amp;lt;text&amp;gt;&lt;br&gt;
&amp;lt;textPath xlink:href="#curve-path"&amp;gt;Trapti Rahangdale&amp;lt;/textPath&amp;gt;&lt;br&gt;
&amp;lt;/text&amp;gt;&lt;br&gt;
&amp;lt;/svg&amp;gt;&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;Result of the above steps&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--GWoot7ZJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/v6qp0h7ldxg7s0nyoj69.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GWoot7ZJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/v6qp0h7ldxg7s0nyoj69.png" alt="svg-logo" width="756" height="242"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now I wanted &lt;strong&gt;Text below the path and only Capital letters to go above the path -&lt;/strong&gt; I used tspan element with the dx and dy attributes. dy for moving the text in Y direction and dx to move it in X direction. Also increase the font-size, bigger font-size for capital letters and small for others. And I got the desired result below is the code.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OofUYiHA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/93v23rve5qlm1iajta5x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OofUYiHA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/93v23rve5qlm1iajta5x.png" alt="svg-logo" width="678" height="196"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;text font-size="30px" x="0" y="0" letter-spacing="1px"&amp;gt;&amp;lt;textPath xlink:href="#curve-path"&amp;gt;&lt;br&gt;
&amp;lt;tspan font-size="70px" dy="25"&amp;gt;T &amp;lt;/tspan&amp;gt;&lt;br&gt;
&amp;lt;tspan dx="-28"&amp;gt;rapti&amp;lt;/tspan&amp;gt;&lt;br&gt;
&amp;lt;tspan font-size="70px" dx="10" dy="2"&amp;gt; R &amp;lt;/tspan&amp;gt;&lt;br&gt;
&amp;lt;tspan dx="-17"&amp;gt;ahangdale&amp;lt;/tspan&amp;gt;&lt;br&gt;
&amp;lt;/textPath&amp;gt;&lt;br&gt;
&amp;lt;/text&amp;gt;&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Accessibility
&lt;/h2&gt;

&lt;p&gt;When tested in &lt;strong&gt;voice over&lt;/strong&gt; text was not pronounced properly. It was sounding like this&lt;/p&gt;

&lt;p&gt;&lt;iframe width="100%" height="166" src="https://w.soundcloud.com/player/?url=https://soundcloud.com/trapti-rahangdale/svg-logo-voice-over&amp;amp;auto_play=false&amp;amp;color=%23000000&amp;amp;hide_related=false&amp;amp;show_comments=true&amp;amp;show_user=true&amp;amp;show_reposts=false&amp;amp;show_teaser=true"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Basically the problem was on writing letters separately on a tspan, I did this because I wanted it to style differently. Voice over was pronouncing "T" separately and "rapti" separately instead of  "Trapti".&lt;/p&gt;

&lt;p&gt;Then I made changes in my design and changed all letters to lowercase and showing them above the path. But to give a little more twist I added one more path with different color. Making it all lowercase was my choice, one can make it capitalize or uppercase using CSS or by just writing it that way.&lt;/p&gt;

&lt;p&gt;In the code, I changed the SVG document and wrote entire text inside textPath element, and adjusted the position and font-size, to get the desired result.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Tip1: -  Avoid using tspan to segregate letters for styling purposes. &lt;br&gt;
Tip2: -  textpath element works fine in HTML, but while writing in JSX use textPath otherwise it will not work.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Final result
&lt;/h3&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/tripti1410/embed/yLLpBEr?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h3&gt;
  
  
  Summary
&lt;/h3&gt;

&lt;p&gt;Text based graphic can be created very easily by hand or using any tool(Illustrator, Figma etc.). What you get is Accessible, searchable, selectable text. Check for accessibility always Make sure it woks for everyone. &lt;/p&gt;

&lt;h3&gt;
  
  
  References
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.w3.org/TR/SVG11/text.html#TextOnAPath"&gt;Official docs on text along the path&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://codepen.io/tripti1410/pen/WBmMOB"&gt;SVG Text cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>svg</category>
      <category>textonapath</category>
      <category>a11y</category>
    </item>
  </channel>
</rss>
