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-75d572ba1dddmaster
parent
24b01126ff
commit
fd6d7b21b3
|
@ -78,7 +78,7 @@
|
||||||
<li>save image</li>
|
<li>save image</li>
|
||||||
<li>→ Narendra Sisodiya</li>
|
<li>→ Narendra Sisodiya</li>
|
||||||
</ul>
|
</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>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
<li>GUI enhancement</li>
|
<li>GUI enhancement</li>
|
||||||
<li>→ Pavol Rusnák</li>
|
<li>→ Pavol Rusnák</li>
|
||||||
</ul>
|
</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>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
curseg = seglist.getItem(1);
|
curseg = seglist.getItem(1);
|
||||||
equal(curseg.pathSegTypeAsLetter, "L", "Before conversion, segment #2 type");
|
equal(curseg.pathSegTypeAsLetter, "L", "Before conversion, segment #2 type");
|
||||||
curseg = seglist.getItem(2);
|
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
|
// convert and verify segments
|
||||||
var d = convert(p1, true);
|
var d = convert(p1, true);
|
||||||
|
|
Loading…
Reference in New Issue