Correct 1.0/2.0 demo links in SVG Open 2010 presentation

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1686 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2010-08-30 08:30:03 +00:00
parent 24b01126ff
commit fd6d7b21b3
2 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@
<li>save image</li>
<li>&rarr; Narendra Sisodiya</li>
</ul>
<p><a href="http://svg-edit.googlecode.com/svn/branches/1.0/editor/svg-editor.html">_</a></p>
<p><a href="http://svg-edit.googlecode.com/svn/branches/1.0/svg-editor.html">_</a></p>
</section>
</div>
@ -94,7 +94,7 @@
<li>GUI enhancement</li>
<li>&rarr; Pavol Rusnák</li>
</ul>
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.0/editor/svg-editor.html">_</a></p>
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.0/svg-editor.html">_</a></p>
</section>
</div>

View File

@ -87,7 +87,7 @@
curseg = seglist.getItem(1);
equal(curseg.pathSegTypeAsLetter, "L", "Before conversion, segment #2 type");
curseg = seglist.getItem(2);
equal(curseg.pathSegType, 1, "Before conversion, segment #3 type");
equal(curseg.pathSegTypeAsLetter, "Z", "Before conversion, segment #3 type" + d_abs);
// convert and verify segments
var d = convert(p1, true);