¿Cómo codificar el zoom de texto svg?

Tengo un código svg que contiene la propiedad itemzoom en la etiqueta de texto, pero cuando lo abrí en la herramienta Adobe Illustrator, no muestra el texto con efecto de zoom. Por favor, ayúdame a resolver este problema. Tengo que mostrar el texto en formato itemzoomed.

  <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"/><g id="0.1778128929496472">        
    <g xmlns="http://www.w3.org/2000/svg" id="0.7911494016479048">
<text xmlns="http://www.w3.org/2000/svg" transform="translate(0.6590909090909091 0.7045454545454546)" fill="#000000" stroke="none" stroke-width="0" stroke-linecap="round" stroke-linejoin="round" x="194" y="420" text-anchor="left" font-size="90.75" font-family="Casablanca" data-textcurve="0" data-itemzoom="1 1" itemzoom="0.5050505050505051 0.543010752688172">Test</text>
</g>
    </svg>

Respuestas a la pregunta(0)

Su respuesta a la pregunta