Skip to content

Commit dc2948c

Browse files
dsward2dsward2
dsward2
authored and
dsward2
committed
Updated README and RELEASE NOTES for macSVG 1.1.3.
1 parent fd44569 commit dc2948c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img src="https://cdn.rawgit.com/dsward2/macSVG/7cf2b09884673e1bb65a0a9ab5df184741bb7c65/README_images/macsvg-logo-animation.svg" width="660" height="105">
44

5-
**November 26, 2017[macSVG v1.1.2 is released](https://github.com/dsward2/macSVG/releases/), with improvements to live SVG coordinates data, dragging support for animateTransform center-of-rotation, and various bug fixes.**
5+
**May 8, 2018[macSVG v1.1.3 is released](https://github.com/dsward2/macSVG/releases/), with minor user interface improvements, and various bug fixes.** See the [Release Notes](https://github.com/dsward2/macSVG/blob/master/RELEASE-NOTES.md) for details.
66

77
<hr>
88

RELEASE-NOTES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# macSVG Release Notes
22

3+
## macSVG v1.1.2 - May 8, 2018
4+
5+
MacSVG v1.1.3 features several bug fixes, mostly for the <path>, <image> and <animateTransform> elements, and the user interface for those elements.
6+
7+
In the Image Element Editor, the image box labeled "Drag image or SVG into box" now works as described.
8+
9+
In previous releases, the Image and Text tools remained the active tool after clicking in the SVG web view. That is changed in this release, those tools will switch to the Arrow tool after clicking in the web view, consistent with the behavior of other drawing tools like the Rect and Circle tools.
10+
311
## macSVG v1.1.2 - November 26, 2017
412

513
MacSVG v1.1.2 introduces a new plug-in called Element Info. This plug-in displays information about the currently selected element, and is especially helpful when drawing a new element or editing an existing one. The ElementInfoEditor shows these attribute values, depending on the element: x, y, width, height, cx, cy, r, rx and ry. The plug-in also show the current bounding box in the web view for the selected element, and the current DOM mouse page coordinates.

macSVG/MacSVG-Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<key>CFBundleSignature</key>
106106
<string>????</string>
107107
<key>CFBundleVersion</key>
108-
<string>1989</string>
108+
<string>1991</string>
109109
<key>LSApplicationCategoryType</key>
110110
<string>public.app-category.graphics-design</string>
111111
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)