The following displays fine in Netscape with ASV plug-in, but not using
Apache Batik 1.6.

 

Thanks for any suggestions.

 

 

<?xml version='1.0' encoding='UTF-8'?>

<svg xmlns='http://www.w3.org/2000/svg'

     xmlns:xlink='http://www.w3.org/1999/xlink'

     preserveAspectRatio='none'>

 

  <title>

    <!--                                                                 -->

  </title>

 

  <desc>

    <!--                                                                 -->

    <!--  by Andrew M. Neiderer,  17 Feb 2006.                           -->

  </desc>

 

  <defs>

 

    <!-- style sheet                                               -->

    <!--  fill-opacity - strong is 0.9, medium is 0.6, weak is 0.3 -->

 

    <style type='text/css'>

      <![CDATA[

        .blue       {fill:#151B8D}

        .strongBlue {fill:#151B8D}

        .mediumBlue {fill:#2B60DE}

        .weakBlue   {fill:#3BB9FF}

        .red        {fill:#FF0000}

        .strongRed  {fill:#FF0000}

        .mediumRed  {fill:#F62817}

        .weakRed    {fill:#F75D59}

        .green      {fill:#00FF00}

        .white      {fill:#FFFFFF}

      ]]>

    </style>

 

  <rect id='background' x='-1000.0%' y='-1000.0%'

        width='3000.0%' height='3000.0%'

        fill='#000000' fill-opacity='0.75'/>

 

  <rect id='r0c0' x='0.0' y='0.0' width='92.1875' height='49.609375'

        class="red" fill-opacity="0.9">

    <animate attributeName="fill-opacity" from="0.9" to="0.3" dur="5s"

             fill="freeze"/>

  </rect>

  <rect id='r1c0' x='0.0' y='50.0' width='92.1875' height='49.609375'

        class="green" fill-opacity="0.9">

    <animateColor attributeName="fill" from="#FFFFFF" to="#00FF00"

                  dur="10s" fill="freeze"/>

  </rect>

  <rect id='r2c0' x='0.0' y='100.0' width='92.1875' height='49.609375'

        class='blue' fill-opacity='0.9'>

    <animateColor attributeName="fill" from="#FFFFFF" to="#0000FF"

                  dur="15s" fill="freeze"/>

  </rect>

  <rect id='r3c0' x='0.0' y='150.0'

                  width='92.1875' height='49.609375'

                  class="green" fill-opacity="0.05">

    <animate      attributeName="fill-opacity"

                  from="1.0" to="0.05"

                  dur="20s" fill="freeze"/>

  </rect>

  <rect id='r4c0' x='0.0' y='200.0'

                  width='92.1875' height='49.609375'

                  class="green" fill-opacity="0.95">

    <animate      attributeName="fill-opacity"

                  from="1.0" to="0.05"

                  dur="5s" fill="freeze"/>

  </rect>

  <rect id='r5c0' x='0.0' y='250.0' width='92.1875' height='49.609375'

        class='green'>

    <animateColor attributeName="fill" from="#FFFFFF" to="#00FF00" dur="5s"

                  fill="freeze"/>

  </rect>

 

</svg>



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

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