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
36
CHANGES
36
CHANGES
|
@ -6,7 +6,7 @@
|
|||
* Wireframe Mode
|
||||
* Resizable UI (SVG icons)
|
||||
* Set background color and/or image (for tracing)
|
||||
* Convert Shapes to Paths
|
||||
* Convert Shapes to Paths
|
||||
* X, Y coordinates for all elements
|
||||
* Draggable Dialog boxes
|
||||
* Select Non-Adjacent Elements
|
||||
|
@ -17,29 +17,29 @@
|
|||
* Add/Remove path nodes
|
||||
* Curved Paths
|
||||
* Floating point values for all attributes
|
||||
* Text fields for all attributes
|
||||
* Text fields for all attributes
|
||||
* Title element
|
||||
|
||||
|
||||
2.3 - September 08, 2009
|
||||
-------------------
|
||||
* Align Objects
|
||||
* Rotate Objects
|
||||
* Clone Objects
|
||||
* Select Next/Prev Object
|
||||
* Edit SVG Source
|
||||
* Gradient picking
|
||||
* Align Objects
|
||||
* Rotate Objects
|
||||
* Clone Objects
|
||||
* Select Next/Prev Object
|
||||
* Edit SVG Source
|
||||
* Gradient picking
|
||||
* Polygon Mode (Path Editing, Phase 1)
|
||||
|
||||
2.2 - July 08, 2009
|
||||
-------------------
|
||||
* Multiselect Mode
|
||||
* Undo/Redo Actions
|
||||
* Resize Elements
|
||||
* Contextual tools for rect, circle, ellipse, line, text elements
|
||||
* Some updated button images
|
||||
* Stretched the UI to fit the browser window
|
||||
* Resizing of the SVG canvas
|
||||
* Upgraded to jPicker 1.0.8
|
||||
* Multiselect Mode
|
||||
* Undo/Redo Actions
|
||||
* Resize Elements
|
||||
* Contextual tools for rect, circle, ellipse, line, text elements
|
||||
* Some updated button images
|
||||
* Stretched the UI to fit the browser window
|
||||
* Resizing of the SVG canvas
|
||||
* Upgraded to jPicker 1.0.8
|
||||
|
||||
2.1 - June 17, 2009
|
||||
-------------------
|
||||
|
@ -69,4 +69,4 @@
|
|||
|
||||
1.0 - February 06, 2009
|
||||
-------------------
|
||||
* SVG-Edit released
|
||||
* SVG-Edit released
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
</header>
|
||||
<ul class="bulleted">
|
||||
<li>a web-based, JavaScript-driven SVG editor that works in any modern browser</li>
|
||||
<li>not a full replacement for Inkscape</li>
|
||||
<li>licensed under open source license (Apache License 2.0)</li>
|
||||
<li>not a full replacement for Inkscape (yet :-P)</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>pushing browsers to find their limits</li>
|
||||
<li>always up-to-date</li>
|
||||
|
@ -76,6 +76,7 @@
|
|||
<li>clear drawn image</li>
|
||||
<li>delete element</li>
|
||||
<li>save image</li>
|
||||
<li>→ Narendra Sisodiya</li>
|
||||
</ul>
|
||||
<p><a href="http://svg-edit.googlecode.com/svn/branches/1.0/editor/svg-editor.html">_</a></p>
|
||||
</section>
|
||||
|
@ -88,9 +89,10 @@
|
|||
</header>
|
||||
<ul class="bulleted">
|
||||
<li>draw ellipse, square</li>
|
||||
<li>change stroke-dasharray (line style)</li>
|
||||
<li>rearranged whole code to OOP</li>
|
||||
<li>change line style (stroke-dasharray)</li>
|
||||
<li>rearranged whole code to utilize OOP</li>
|
||||
<li>GUI enhancement</li>
|
||||
<li>→ Pavol Rusnák</li>
|
||||
</ul>
|
||||
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.0/editor/svg-editor.html">_</a></p>
|
||||
</section>
|
||||
|
@ -111,6 +113,7 @@
|
|||
<li>contextual panel of tools</li>
|
||||
<li>change rect radius, font-family, font-size</li>
|
||||
<li>keystroke handling</li>
|
||||
<li>→ Jeff Schiller</li>
|
||||
</ul>
|
||||
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.1/editor/svg-editor.html">_</a></p>
|
||||
</section>
|
||||
|
@ -122,13 +125,13 @@
|
|||
<h2>History: version 2.2 (8th July 2009)</h2>
|
||||
</header>
|
||||
<ul class="bulleted">
|
||||
<li>Multiselect Mode</li>
|
||||
<li>Undo/Redo Actions</li>
|
||||
<li>Resize Elements</li>
|
||||
<li>Contextual tools for rect, circle, ellipse, line, text elements</li>
|
||||
<li>Some updated button images</li>
|
||||
<li>Stretched the UI to fit the browser window</li>
|
||||
<li>Resizing of the SVG canvas</li>
|
||||
<li>multiselect mode</li>
|
||||
<li>undo/redo actions</li>
|
||||
<li>resize elements</li>
|
||||
<li>contextual tools for rect, circle, ellipse, line, text elements</li>
|
||||
<li>some updated button images</li>
|
||||
<li>stretched the UI to fit the browser window</li>
|
||||
<li>resizing of the SVG canvas</li>
|
||||
</ul>
|
||||
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.2/editor/svg-editor.html">_</a></p>
|
||||
</section>
|
||||
|
@ -140,13 +143,14 @@
|
|||
<h2>History: version 2.3 (8th Sept 2009)</h2>
|
||||
</header>
|
||||
<ul class="bulleted">
|
||||
<li>Align Objects</li>
|
||||
<li>Rotate Objects</li>
|
||||
<li>Clone Objects</li>
|
||||
<li>Select Next/Prev Object</li>
|
||||
<li>Edit SVG Source</li>
|
||||
<li>Gradient picking</li>
|
||||
<li>Polygon Mode</li>
|
||||
<li>align objects</li>
|
||||
<li>rotate objects</li>
|
||||
<li>clone objects</li>
|
||||
<li>select next/prev object</li>
|
||||
<li>edit SVG Source</li>
|
||||
<li>gradient picking</li>
|
||||
<li>polygon mode</li>
|
||||
<li>→ Alexis Deveria</li>
|
||||
</ul>
|
||||
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.3/editor/svg-editor.html">_</a></p>
|
||||
</section>
|
||||
|
@ -158,16 +162,16 @@
|
|||
<h2>History: version 2.4 (11th Jan 2010)</h2>
|
||||
</header>
|
||||
<ul class="bulleted">
|
||||
<li>Raster Images</li>
|
||||
<li>Select Non-Adjacent Elements</li>
|
||||
<li>Group/Ungroup</li>
|
||||
<li>Zoom</li>
|
||||
<li>Layers</li>
|
||||
<li>Curve Segments in Paths</li>
|
||||
<li>UI Localization</li>
|
||||
<li>Wireframe Mode</li>
|
||||
<li>Change Background</li>
|
||||
<li>Convert Shapes to Path</li>
|
||||
<li>include raster images</li>
|
||||
<li>select non-adjacent elements</li>
|
||||
<li>group/ungroup</li>
|
||||
<li>zoom</li>
|
||||
<li>layers</li>
|
||||
<li>curve segments in paths</li>
|
||||
<li>UI localization</li>
|
||||
<li>wireframe mode</li>
|
||||
<li>change background</li>
|
||||
<li>convert shapes to path</li>
|
||||
</ul>
|
||||
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.4/editor/svg-editor.html">_</a></p>
|
||||
</section>
|
||||
|
@ -179,19 +183,19 @@
|
|||
<h2>History: version 2.5 (15th June 2010)</h2>
|
||||
</header>
|
||||
<ul class="bulleted">
|
||||
<li>Open Local Files (Fx 3.6+, Chrome 6+ only)</li>
|
||||
<li>Import SVG into Drawing (Fx 3.6+, Chrome 6+ only)</li>
|
||||
<li>Connector lines and Arrows</li>
|
||||
<li>Smoother freehand paths</li>
|
||||
<li>Editing outside the canvas</li>
|
||||
<li>Increased support for SVG elements</li>
|
||||
<li>Add/edit Sub-paths</li>
|
||||
<li>Multiple path segment selection</li>
|
||||
<li>Support for foreign markup (MathML)</li>
|
||||
<li>Radial Gradients</li>
|
||||
<li>Eye-dropper tool</li>
|
||||
<li>Stroke linejoin and linecap</li>
|
||||
<li>Export to PNG</li>
|
||||
<li>open local files (Firefox 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>smoother freehand paths</li>
|
||||
<li>editing outside the canvas</li>
|
||||
<li>increased support for SVG elements</li>
|
||||
<li>add/edit sub-paths</li>
|
||||
<li>multiple path segment selection</li>
|
||||
<li>support for foreign markup (MathML)</li>
|
||||
<li>radial gradients</li>
|
||||
<li>eye-dropper tool</li>
|
||||
<li>stroke linejoin and linecap</li>
|
||||
<li>export to PNG</li>
|
||||
</ul>
|
||||
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.5/editor/svg-editor.html">_</a></p>
|
||||
</section>
|
||||
|
@ -227,8 +231,11 @@ svgEditor.addExtension("Hello World", function() {
|
|||
</header>
|
||||
<ul class="bulleted">
|
||||
<li>IE9 support</li>
|
||||
<li>Linking off to clipart/image library sites</li>
|
||||
<li>Context menus</li>
|
||||
<li>linking off to clipart/image library sites</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>
|
||||
</section>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue