Hi,

I would like to use a TTF font, called Destroy.ttf.
I don`t succeed embedding it.
How do I have to do it?

First I tried this simple script:
..................
<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<svg
    xmlns:svg="http://www.w3.org/2000/svg";
    xmlns="http://www.w3.org/2000/svg";
    version="1.0"
    width="1600"
    height="1200"
    id="svg1">
   <g transform="translate(350,230)">
     <text x="0" y="0" transform="rotate(-30)" id="text2383"
        style="font-size:72px;fill:#000000;fill-opacity:1;font-family:Destroy;">
        <animateTransform attributeName="transform"
         attributeType="XML" type="rotate" from="-30" to="0"
         begin="1s" dur="5s" fill="freeze"/>
        <tspan>Hagos chaos</tspan>
      </text>
    </g>
</svg>
...............

Regards,   Hago

------------------------------------

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
----Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to