You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2002/06/28 17:11:24 UTC

cvs commit: xml-batik/samples/tests/spec/scripting modalEventTest.svg

vhardy      2002/06/28 08:11:24

  Modified:    samples/tests/spec/scripting modalEventTest.svg
  Log:
  Added operation description to test.
  
  Revision  Changes    Path
  1.2       +10 -3     xml-batik/samples/tests/spec/scripting/modalEventTest.svg
  
  Index: modalEventTest.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/tests/spec/scripting/modalEventTest.svg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- modalEventTest.svg	28 Jun 2002 15:02:02 -0000	1.1
  +++ modalEventTest.svg	28 Jun 2002 15:11:24 -0000	1.2
  @@ -26,9 +26,16 @@
        xmlns:xlink="http://www.w3.org/1999/xlink"
        id="body" width="450" height="500" viewBox="0 0 450 500">
   
  -    <title>Remove/Insert event handler test</title>
  +    <title>Modal Event Test</title>
   
  -    <text x="50%" y="45" class="title">remove/insert event handler test</text>
  +    <text x="50%" y="45" class="title">Modal Event Test</text>
  +
  +    <text transform="translate(225,140)" class="legend">
  +        <tspan x="0" dy="0">Test 1: Press mousedown on circle, move out, release</tspan>
  +        <tspan x="0" dy="1.2em">Test 2: Press mousedown out of circle, move in, release</tspan>
  +        <tspan x="0" dy="1.2em">Test 3: Press mousedown out of circle, move through, release</tspan>
  +        <tspan x="0" dy="1.6em">Hit the clear button between tests</tspan>
  +    </text>
   
       <script type="text/ecmascript"><![CDATA[
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org