Skip to content

Commit 1f57273

Browse files
dsward2dsward2
authored andcommitted
Updated README.md and RELEASENOTES.md for release of macSVG 1.1.1.
1 parent c1186b0 commit 1f57273

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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-
**October 25, 2017 – [macSVG v1.1.0 is released](https://github.com/dsward2/macSVG/releases/tag/v1.1.0), with improved editing features for nested transformations, a new center-of-rotation control handle for editing rotate transforms, and a new plugin to generate a &lt;path&gt; element based on a user-specified font and text string.**
5+
**November 20, 2017 – [macSVG v1.1.1 is released](https://github.com/dsward2/macSVG/releases/), with improved SVG web view rulers, improved drag-and-drop function in the XML outline view, and various bug fixes.**
66

77
<hr>
88

RELEASE-NOTES.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# macSVG Release Notes
22

3-
macSVG v1.1 - October 24, 2017
3+
## macSVG v1.1.1 - November 20, 2017
4+
5+
MacSVG v1.1.1 features improvements to the SVG web view rulers, the XML outline view, and drag-and-drop functions.
6+
7+
The new web view rulers now display numerical values at the major marks. The rulers will scale and translate to match the web view zoom factor and the scroll bar knobs.
8+
9+
The XML outline view was converted from cell-based to view-based, and the layout and fonts were adjusted slightly.
10+
11+
The XML outline view was improved for drag-and-drop operations, especially when multiple items are selected. The user interface has a new rule for using the mouse to select a single item within an existing selection; in that situation, use a double-click to select the single item.
12+
13+
This release changes the format of the downloadable application file to use simple Zip compression only. Previously, a DMG disk image was contained within the Zip file. To install the application, expand the Zip file, then drag macSVG.app to the /Applications folder.
14+
15+
## macSVG v1.1 - October 24, 2017
416

517
Several improvements and bug fixes were made for using the "transform" attribute for translate, scale, rotate, skewX and skewY operations. The interactive controls in the web view now work better with nested transformations using &lt;g&gt; group elements. Although a transform attribute can contain multiple operations, the controls may work better if the transform operations are divided into nested groups.
618

macSVG/MacSVG-Info.plist

Lines changed: 1 addition & 1 deletion
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>1647</string>
108+
<string>1649</string>
109109
<key>LSApplicationCategoryType</key>
110110
<string>public.app-category.graphics-design</string>
111111
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)