more changes to svgopen slides

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1687 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Pavol Rusnak 2010-08-30 09:14:17 +00:00
parent fd6d7b21b3
commit 86946421a9
1 changed files with 10 additions and 10 deletions

View File

@ -69,7 +69,7 @@
<div class="slide"> <div class="slide">
<section> <section>
<header> <header>
<h2>History: version 1.0 (13th Feb 2009)</h2> <h2>History: 1.0 (13th Feb 2009)</h2>
</header> </header>
<ul class="bulleted"> <ul class="bulleted">
<li>draw path, line, freehand-circle, rectangle</li> <li>draw path, line, freehand-circle, rectangle</li>
@ -85,7 +85,7 @@
<div class="slide"> <div class="slide">
<section> <section>
<header> <header>
<h2>History: version 2.0 (3rd June 2009)</h2> <h2>History: 2.0 (3rd June 2009)</h2>
</header> </header>
<ul class="bulleted"> <ul class="bulleted">
<li>draw ellipse, square</li> <li>draw ellipse, square</li>
@ -101,7 +101,7 @@
<div class="slide"> <div class="slide">
<section> <section>
<header> <header>
<h2>History: version 2.1 (17th June 2009)</h2> <h2>History: 2.1 (17th June 2009)</h2>
</header> </header>
<ul class="bulleted"> <ul class="bulleted">
<li>tooltips added to all UI elements</li> <li>tooltips added to all UI elements</li>
@ -122,7 +122,7 @@
<div class="slide"> <div class="slide">
<section> <section>
<header> <header>
<h2>History: version 2.2 (8th July 2009)</h2> <h2>History: 2.2 (8th July 2009)</h2>
</header> </header>
<ul class="bulleted"> <ul class="bulleted">
<li>multiselect mode</li> <li>multiselect mode</li>
@ -140,7 +140,7 @@
<div class="slide"> <div class="slide">
<section> <section>
<header> <header>
<h2>History: version 2.3 (8th Sept 2009)</h2> <h2>History: 2.3 (8th Sept 2009)</h2>
</header> </header>
<ul class="bulleted"> <ul class="bulleted">
<li>align objects</li> <li>align objects</li>
@ -159,7 +159,7 @@
<div class="slide"> <div class="slide">
<section> <section>
<header> <header>
<h2>History: version 2.4 (11th Jan 2010)</h2> <h2>History: 2.4 Arbelos (11th Jan 2010)</h2>
</header> </header>
<ul class="bulleted"> <ul class="bulleted">
<li>include raster images</li> <li>include raster images</li>
@ -180,7 +180,7 @@
<div class="slide"> <div class="slide">
<section> <section>
<header> <header>
<h2>History: version 2.5 (15th June 2010)</h2> <h2>History: 2.5 Bicorn (15th June 2010)</h2>
</header> </header>
<ul class="bulleted"> <ul class="bulleted">
<li>open local files (Firefox 3.6+, Chrome 6+ only)</li> <li>open local files (Firefox 3.6+, Chrome 6+ only)</li>
@ -227,15 +227,15 @@ svgEditor.addExtension("Hello World", function() {
<div class="slide"> <div class="slide">
<section> <section>
<header> <header>
<h2>Features being implemented right now</h2> <h2>Features in progress (for 2.6 Cycloid)</h2>
</header> </header>
<ul class="bulleted"> <ul class="bulleted">
<li>IE9 support</li> <li>IE9 support</li>
<li>linking off to clipart/image library sites</li> <li>linking off to clipart/image library sites (Shape library tool)</li>
<li>context menus</li> <li>context menus</li>
<li>path clipping</li> <li>path clipping</li>
<li>support for &lt;a&gt; element</li> <li>support for &lt;a&gt; element</li>
<li>advanced gradient editor (more stops, elliptic fills)</li> <li><a href="http://10k.aneventapart.com/Entry/319">advanced gradient editor</a> (more stops, elliptic fills)</li>
</ul> </ul>
</section> </section>
</div> </div>