Hi,

I am using batik-1.7beta1 & when i am trying to open a svg file, it gives the 
following error 
Scripts of type (application/ecmascript) cannot be loaded and executed with the 
current security settings.

I have unchecked the check box in Edit->Preferences->Secutiry but still the 
problem persists.Can any one please help me?

Regs,
Rahaman.

Following is my svg file content.
------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<svg width="6cm" height="5cm" viewBox="0 0 600 500" 
xmlns="http://www.w3.org/2000/svg"; version="1.2"
    baseProfile="tiny" xmlns:ev="http://www.w3.org/2001/xml-events";>
    <desc>Example: invoke an ECMAScript function from a DOMActivate event 
</desc>
    <!-- ECMAScript to change the radius -->
    <script type="application/ecmascript">
        <![CDATA[
     function change(evt) {
       var circle = evt.target;
       var currentRadius = circle.getFloatTrait("r");
       if (currentRadius == 100)
         circle.setFloatTrait("r", currentRadius*2);
       else
         circle.setFloatTrait("r", currentRadius*0.5);
     }
   ]]>
    </script>
    <!-- Act on each DOMActivate event -->
    <circle cx="300" cy="225" r="100" fill="red">
        <handler type="application/ecmascript" ev:event="DOMActivate"> 
change(evt); </handler>
    </circle>
    <text x="300" y="480" font-family="Verdana" font-size="35" 
text-anchor="middle"> Activate the
        circle to change its size </text>
</svg>
-------------------------------------------------------------------


      
____________________________________________________________________________________
Be a better pen pal. 
Text or chat with friends inside Yahoo! Mail. See how.  
http://overview.mail.yahoo.com/

[Non-text portions of this message have been removed]



-----
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