upload new version of svgopen slides
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1685 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
fdf574e0f4
commit
24b01126ff
|
@ -57,8 +57,8 @@
|
||||||
</header>
|
</header>
|
||||||
<ul class="bulleted">
|
<ul class="bulleted">
|
||||||
<li>a web-based, JavaScript-driven SVG editor that works in any modern browser</li>
|
<li>a web-based, JavaScript-driven SVG editor that works in any modern browser</li>
|
||||||
<li>not a full replacement for Inkscape</li>
|
<li>not a full replacement for Inkscape (yet :-P)</li>
|
||||||
<li>licensed under open source license (Apache License 2.0)</li>
|
<li>licensed under very liberal open source license (Apache License 2.0)</li>
|
||||||
<li>platform for other projects which need to edit SVG documents</li>
|
<li>platform for other projects which need to edit SVG documents</li>
|
||||||
<li>pushing browsers to find their limits</li>
|
<li>pushing browsers to find their limits</li>
|
||||||
<li>always up-to-date</li>
|
<li>always up-to-date</li>
|
||||||
|
@ -76,6 +76,7 @@
|
||||||
<li>clear drawn image</li>
|
<li>clear drawn image</li>
|
||||||
<li>delete element</li>
|
<li>delete element</li>
|
||||||
<li>save image</li>
|
<li>save image</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/editor/svg-editor.html">_</a></p>
|
||||||
</section>
|
</section>
|
||||||
|
@ -88,9 +89,10 @@
|
||||||
</header>
|
</header>
|
||||||
<ul class="bulleted">
|
<ul class="bulleted">
|
||||||
<li>draw ellipse, square</li>
|
<li>draw ellipse, square</li>
|
||||||
<li>change stroke-dasharray (line style)</li>
|
<li>change line style (stroke-dasharray)</li>
|
||||||
<li>rearranged whole code to OOP</li>
|
<li>rearranged whole code to utilize OOP</li>
|
||||||
<li>GUI enhancement</li>
|
<li>GUI enhancement</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/editor/svg-editor.html">_</a></p>
|
||||||
</section>
|
</section>
|
||||||
|
@ -111,6 +113,7 @@
|
||||||
<li>contextual panel of tools</li>
|
<li>contextual panel of tools</li>
|
||||||
<li>change rect radius, font-family, font-size</li>
|
<li>change rect radius, font-family, font-size</li>
|
||||||
<li>keystroke handling</li>
|
<li>keystroke handling</li>
|
||||||
|
<li>→ Jeff Schiller</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.1/editor/svg-editor.html">_</a></p>
|
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.1/editor/svg-editor.html">_</a></p>
|
||||||
</section>
|
</section>
|
||||||
|
@ -122,13 +125,13 @@
|
||||||
<h2>History: version 2.2 (8th July 2009)</h2>
|
<h2>History: version 2.2 (8th July 2009)</h2>
|
||||||
</header>
|
</header>
|
||||||
<ul class="bulleted">
|
<ul class="bulleted">
|
||||||
<li>Multiselect Mode</li>
|
<li>multiselect mode</li>
|
||||||
<li>Undo/Redo Actions</li>
|
<li>undo/redo actions</li>
|
||||||
<li>Resize Elements</li>
|
<li>resize elements</li>
|
||||||
<li>Contextual tools for rect, circle, ellipse, line, text elements</li>
|
<li>contextual tools for rect, circle, ellipse, line, text elements</li>
|
||||||
<li>Some updated button images</li>
|
<li>some updated button images</li>
|
||||||
<li>Stretched the UI to fit the browser window</li>
|
<li>stretched the UI to fit the browser window</li>
|
||||||
<li>Resizing of the SVG canvas</li>
|
<li>resizing of the SVG canvas</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.2/editor/svg-editor.html">_</a></p>
|
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.2/editor/svg-editor.html">_</a></p>
|
||||||
</section>
|
</section>
|
||||||
|
@ -140,13 +143,14 @@
|
||||||
<h2>History: version 2.3 (8th Sept 2009)</h2>
|
<h2>History: version 2.3 (8th Sept 2009)</h2>
|
||||||
</header>
|
</header>
|
||||||
<ul class="bulleted">
|
<ul class="bulleted">
|
||||||
<li>Align Objects</li>
|
<li>align objects</li>
|
||||||
<li>Rotate Objects</li>
|
<li>rotate objects</li>
|
||||||
<li>Clone Objects</li>
|
<li>clone objects</li>
|
||||||
<li>Select Next/Prev Object</li>
|
<li>select next/prev object</li>
|
||||||
<li>Edit SVG Source</li>
|
<li>edit SVG Source</li>
|
||||||
<li>Gradient picking</li>
|
<li>gradient picking</li>
|
||||||
<li>Polygon Mode</li>
|
<li>polygon mode</li>
|
||||||
|
<li>→ Alexis Deveria</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.3/editor/svg-editor.html">_</a></p>
|
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.3/editor/svg-editor.html">_</a></p>
|
||||||
</section>
|
</section>
|
||||||
|
@ -158,16 +162,16 @@
|
||||||
<h2>History: version 2.4 (11th Jan 2010)</h2>
|
<h2>History: version 2.4 (11th Jan 2010)</h2>
|
||||||
</header>
|
</header>
|
||||||
<ul class="bulleted">
|
<ul class="bulleted">
|
||||||
<li>Raster Images</li>
|
<li>include raster images</li>
|
||||||
<li>Select Non-Adjacent Elements</li>
|
<li>select non-adjacent elements</li>
|
||||||
<li>Group/Ungroup</li>
|
<li>group/ungroup</li>
|
||||||
<li>Zoom</li>
|
<li>zoom</li>
|
||||||
<li>Layers</li>
|
<li>layers</li>
|
||||||
<li>Curve Segments in Paths</li>
|
<li>curve segments in paths</li>
|
||||||
<li>UI Localization</li>
|
<li>UI localization</li>
|
||||||
<li>Wireframe Mode</li>
|
<li>wireframe mode</li>
|
||||||
<li>Change Background</li>
|
<li>change background</li>
|
||||||
<li>Convert Shapes to Path</li>
|
<li>convert shapes to path</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.4/editor/svg-editor.html">_</a></p>
|
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.4/editor/svg-editor.html">_</a></p>
|
||||||
</section>
|
</section>
|
||||||
|
@ -179,19 +183,19 @@
|
||||||
<h2>History: version 2.5 (15th June 2010)</h2>
|
<h2>History: version 2.5 (15th June 2010)</h2>
|
||||||
</header>
|
</header>
|
||||||
<ul class="bulleted">
|
<ul class="bulleted">
|
||||||
<li>Open Local Files (Fx 3.6+, Chrome 6+ only)</li>
|
<li>open local files (Firefox 3.6+, Chrome 6+ only)</li>
|
||||||
<li>Import SVG into Drawing (Fx 3.6+, Chrome 6+ only)</li>
|
<li>import SVG into drawing (Firefox 3.6+, Chrome 6+ only)</li>
|
||||||
<li>Connector lines and Arrows</li>
|
<li>connector lines and arrows</li>
|
||||||
<li>Smoother freehand paths</li>
|
<li>smoother freehand paths</li>
|
||||||
<li>Editing outside the canvas</li>
|
<li>editing outside the canvas</li>
|
||||||
<li>Increased support for SVG elements</li>
|
<li>increased support for SVG elements</li>
|
||||||
<li>Add/edit Sub-paths</li>
|
<li>add/edit sub-paths</li>
|
||||||
<li>Multiple path segment selection</li>
|
<li>multiple path segment selection</li>
|
||||||
<li>Support for foreign markup (MathML)</li>
|
<li>support for foreign markup (MathML)</li>
|
||||||
<li>Radial Gradients</li>
|
<li>radial gradients</li>
|
||||||
<li>Eye-dropper tool</li>
|
<li>eye-dropper tool</li>
|
||||||
<li>Stroke linejoin and linecap</li>
|
<li>stroke linejoin and linecap</li>
|
||||||
<li>Export to PNG</li>
|
<li>export to PNG</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.5/editor/svg-editor.html">_</a></p>
|
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.5/editor/svg-editor.html">_</a></p>
|
||||||
</section>
|
</section>
|
||||||
|
@ -227,8 +231,11 @@ svgEditor.addExtension("Hello World", function() {
|
||||||
</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</li>
|
||||||
<li>Context menus</li>
|
<li>context menus</li>
|
||||||
|
<li>path clipping</li>
|
||||||
|
<li>support for <a> element</li>
|
||||||
|
<li>advanced gradient editor (more stops, elliptic fills)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue