upload new version of svgopen slides

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1685 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Pavol Rusnak 2010-08-30 08:09:03 +00:00
parent fdf574e0f4
commit 24b01126ff
2 changed files with 68 additions and 61 deletions

36
CHANGES
View File

@ -6,7 +6,7 @@
* Wireframe Mode * Wireframe Mode
* Resizable UI (SVG icons) * Resizable UI (SVG icons)
* Set background color and/or image (for tracing) * Set background color and/or image (for tracing)
* Convert Shapes to Paths * Convert Shapes to Paths
* X, Y coordinates for all elements * X, Y coordinates for all elements
* Draggable Dialog boxes * Draggable Dialog boxes
* Select Non-Adjacent Elements * Select Non-Adjacent Elements
@ -17,29 +17,29 @@
* Add/Remove path nodes * Add/Remove path nodes
* Curved Paths * Curved Paths
* Floating point values for all attributes * Floating point values for all attributes
* Text fields for all attributes * Text fields for all attributes
* Title element * Title element
2.3 - September 08, 2009 2.3 - September 08, 2009
------------------- -------------------
* Align Objects * Align Objects
* Rotate Objects * Rotate Objects
* Clone Objects * Clone Objects
* Select Next/Prev Object * Select Next/Prev Object
* Edit SVG Source * Edit SVG Source
* Gradient picking * Gradient picking
* Polygon Mode (Path Editing, Phase 1) * Polygon Mode (Path Editing, Phase 1)
2.2 - July 08, 2009 2.2 - July 08, 2009
------------------- -------------------
* Multiselect Mode * Multiselect Mode
* Undo/Redo Actions * Undo/Redo Actions
* Resize Elements * Resize Elements
* Contextual tools for rect, circle, ellipse, line, text elements * Contextual tools for rect, circle, ellipse, line, text elements
* Some updated button images * Some updated button images
* Stretched the UI to fit the browser window * Stretched the UI to fit the browser window
* Resizing of the SVG canvas * Resizing of the SVG canvas
* Upgraded to jPicker 1.0.8 * Upgraded to jPicker 1.0.8
2.1 - June 17, 2009 2.1 - June 17, 2009
------------------- -------------------
@ -69,4 +69,4 @@
1.0 - February 06, 2009 1.0 - February 06, 2009
------------------- -------------------
* SVG-Edit released * SVG-Edit released

View File

@ -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>&rarr; 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>&rarr; 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>&rarr; 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>&rarr; 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 &lt;a&gt; element</li>
<li>advanced gradient editor (more stops, elliptic fills)</li>
</ul> </ul>
</section> </section>
</div> </div>