[pypy-commit] extradoc extradoc: fix the animation

antocuni noreply at buildbot.pypy.org
Tue Jul 10 11:16:28 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: extradoc
Changeset: r4283:c39f86e924d3
Date: 2012-07-03 18:33 +0200
http://bitbucket.org/pypy/extradoc/changeset/c39f86e924d3/

Log:	fix the animation

diff --git a/talk/ep2012/jit/talk/diagrams/tracetree.svg b/talk/ep2012/jit/talk/diagrams/tracetree.svg
--- a/talk/ep2012/jit/talk/diagrams/tracetree.svg
+++ b/talk/ep2012/jit/talk/diagrams/tracetree.svg
@@ -87,6 +87,20 @@
          transform="matrix(-0.8,0,0,-0.8,-10,0)"
          inkscape:connector-curvature="0" />
     </marker>
+    <marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend-90"
+       style="overflow:visible">
+      <path
+         id="path9528-37"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
   </defs>
   <sodipodi:namedview
      id="base"
@@ -96,7 +110,7 @@
      inkscape:pageopacity="0.0"
      inkscape:pageshadow="2"
      inkscape:zoom="0.49497475"
-     inkscape:cx="299.60564"
+     inkscape:cx="61.209641"
      inkscape:cy="309.93394"
      inkscape:document-units="px"
      inkscape:current-layer="layer12"
@@ -110,7 +124,11 @@
      fit-margin-top="0"
      fit-margin-left="0"
      fit-margin-right="0"
-     fit-margin-bottom="0" />
+     fit-margin-bottom="0"
+     inkscape:snap-global="true"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-bbox="true"
+     inkscape:snap-midpoints="true" />
   <metadata
      id="metadata8614">
     <rdf:RDF>
@@ -119,7 +137,7 @@
         <dc:format>image/svg+xml</dc:format>
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
+        <dc:title />
       </cc:Work>
     </rdf:RDF>
   </metadata>
@@ -146,7 +164,7 @@
          sodipodi:role="line"
          x="-575.78699"
          y="91.702011"
-         id="tspan10447">trace, guard_sign</tspan><tspan
+         id="tspan10447">+guard_sign</tspan><tspan
          sodipodi:role="line"
          x="-575.78699"
          y="141.70201"
@@ -162,14 +180,18 @@
          sodipodi:role="line"
          x="-575.78699"
          y="291.702"
-         id="tspan10706">trace, bridge</tspan><tspan
+         id="tspan3074">trace, loop</tspan><tspan
          sodipodi:role="line"
          x="-575.78699"
          y="341.702"
+         id="tspan10706">+bridge</tspan><tspan
+         sodipodi:role="line"
+         x="-575.78699"
+         y="391.702"
          id="tspan10708">+loop2</tspan><tspan
          sodipodi:role="line"
          x="-575.78699"
-         y="391.702"
+         y="441.702"
          id="tspan10710">+loop</tspan></text>
     <flowRoot
        xml:space="preserve"
@@ -181,7 +203,7 @@
            height="4268.9048"
            x="-1745.5436"
            y="-4295.3853" /></flowRegion><flowPara
-         id="flowPara10461"></flowPara></flowRoot>  </g>
+         id="flowPara10461" /></flowRoot>  </g>
   <g
      inkscape:label="trace"
      inkscape:groupmode="layer"
@@ -378,11 +400,12 @@
   <g
      inkscape:groupmode="layer"
      id="layer13"
-     inkscape:label="bridge">
+     inkscape:label="bridge"
+     style="display:inline">
     <text
        transform="translate(113.40737,86.55953)"
        xml:space="preserve"
-       style="display:inline;font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+       style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
        x="435.2373"
        y="498.73428"
        id="text8667-3"
@@ -402,9 +425,9 @@
          id="tspan8693-7" /></text>
     <path
        transform="translate(113.40737,86.55953)"
-       style="display:inline;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1Lend)"
-       d="m 320.95822,372.2853 105.05587,82.83251"
-       id="path10175-4-0"
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1Lend);display:inline"
+       d="M 323.24881,365.45845 438.4062,436.16913"
+       id="path10175-6"
        inkscape:connector-curvature="0"
        sodipodi:nodetypes="cc" />
   </g>


More information about the pypy-commit mailing list