Mobile app version of vmapp.org
Login or Join
Ogunnowo857

: How to solve the error in texonpath will be flattened in illustrator? I have a svg file and need to be opened in adobe illustrator. svg file is dynamically generated using php. While opening

@Ogunnowo857

Posted in: #AdobeIllustrator #Svg

I have a svg file and need to be opened in adobe illustrator. svg file is dynamically generated using php. While opening the svg file i am getting textonpath will be flattened. how to solve this error. is there any alternative for textpath tag in svg

SVG code:

`<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd" version="1.0">
<rect style="fill:none;stroke:#373435;stroke-width:2.08346" width="500" height="500"></rect>
<g id="0.9382267117034644" transform="matrix(1 0 0 1 6 87)">
<text fill="#000000" stroke="none" stroke-width="0" stroke-linecap="round" stroke-linejoin="round" x="0" y="0" text-anchor="left" font-size="90.75" font-family="Twine" data-textcurve="0" data-itemzoom="1 1" itemzoom="">Hello</text>
</g>
<g id="0.10880588227882981" transform="matrix(1.821917808219178 0 0 1.3761467889908257 117 235)">
<text fill="#000000" stroke="none" stroke-width="0" stroke-linecap="round" stroke-linejoin="round" x="0" y="0" text-anchor="left" font-size="90.75" font-family="Twine" data-textcurve="0" data-itemzoom="1 1" itemzoom="1.821917808219178 1.3761467889908257">Hello</text>
</g>
<path fill="transparent" d="M 90.82678363409195 161.98864606678075 A 60.91153258915063 60.91153258915063 0 1 1 209.5275315442093 161.98864606678075" id="textPath-item-2"></path>
<g id="0.553391621215269" transform="matrix(1 0 0 1 149 305)">
<text fill="#000000" stroke="none" stroke-width="0" stroke-linecap="round" stroke-linejoin="round" x="0" y="0" text-anchor="left" font-size="90.75" font-family="Twine" data-textcurve="206" data-itemzoom="1 1" itemzoom=""><textPath style="letter-spacing:" xlink:href="#textPath-item-2">Hello</textPath>
</text>
</g>
</svg>

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Ogunnowo857

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme