diff --git a/CHANGES b/CHANGES
index c8e4c86e..f19c4ec6 100644
--- a/CHANGES
+++ b/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
\ No newline at end of file
+* SVG-Edit released
diff --git a/screencasts/svgopen2010/index.html b/screencasts/svgopen2010/index.html
index d94b5ab0..e86d4591 100644
--- a/screencasts/svgopen2010/index.html
+++ b/screencasts/svgopen2010/index.html
@@ -57,8 +57,8 @@
- a web-based, JavaScript-driven SVG editor that works in any modern browser
- - not a full replacement for Inkscape
- - licensed under open source license (Apache License 2.0)
+ - not a full replacement for Inkscape (yet :-P)
+ - licensed under very liberal open source license (Apache License 2.0)
- platform for other projects which need to edit SVG documents
- pushing browsers to find their limits
- always up-to-date
@@ -76,6 +76,7 @@
- clear drawn image
- delete element
- save image
+ - → Narendra Sisodiya
_
@@ -88,9 +89,10 @@
- draw ellipse, square
- - change stroke-dasharray (line style)
- - rearranged whole code to OOP
+ - change line style (stroke-dasharray)
+ - rearranged whole code to utilize OOP
- GUI enhancement
+ - → Pavol Rusnák
_
@@ -111,6 +113,7 @@
contextual panel of tools
change rect radius, font-family, font-size
keystroke handling
+ → Jeff Schiller
_
@@ -122,13 +125,13 @@
History: version 2.2 (8th July 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
+ - 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
_
@@ -140,13 +143,14 @@
History: version 2.3 (8th Sept 2009)
- - Align Objects
- - Rotate Objects
- - Clone Objects
- - Select Next/Prev Object
- - Edit SVG Source
- - Gradient picking
- - Polygon Mode
+ - align objects
+ - rotate objects
+ - clone objects
+ - select next/prev object
+ - edit SVG Source
+ - gradient picking
+ - polygon mode
+ - → Alexis Deveria
_
@@ -158,16 +162,16 @@
History: version 2.4 (11th Jan 2010)
- - Raster Images
- - Select Non-Adjacent Elements
- - Group/Ungroup
- - Zoom
- - Layers
- - Curve Segments in Paths
- - UI Localization
- - Wireframe Mode
- - Change Background
- - Convert Shapes to Path
+ - include raster images
+ - select non-adjacent elements
+ - group/ungroup
+ - zoom
+ - layers
+ - curve segments in paths
+ - UI localization
+ - wireframe mode
+ - change background
+ - convert shapes to path
_
@@ -179,19 +183,19 @@
History: version 2.5 (15th June 2010)
- - Open Local Files (Fx 3.6+, Chrome 6+ only)
- - Import SVG into Drawing (Fx 3.6+, Chrome 6+ only)
- - Connector lines and Arrows
- - Smoother freehand paths
- - Editing outside the canvas
- - Increased support for SVG elements
- - Add/edit Sub-paths
- - Multiple path segment selection
- - Support for foreign markup (MathML)
- - Radial Gradients
- - Eye-dropper tool
- - Stroke linejoin and linecap
- - Export to PNG
+ - open local files (Firefox 3.6+, Chrome 6+ only)
+ - import SVG into drawing (Firefox 3.6+, Chrome 6+ only)
+ - connector lines and arrows
+ - smoother freehand paths
+ - editing outside the canvas
+ - increased support for SVG elements
+ - add/edit sub-paths
+ - multiple path segment selection
+ - support for foreign markup (MathML)
+ - radial gradients
+ - eye-dropper tool
+ - stroke linejoin and linecap
+ - export to PNG
_
@@ -227,8 +231,11 @@ svgEditor.addExtension("Hello World", function() {
- IE9 support
- - Linking off to clipart/image library sites
- - Context menus
+ - linking off to clipart/image library sites
+ - context menus
+ - path clipping
+ - support for <a> element
+ - advanced gradient editor (more stops, elliptic fills)