Skip to content

Commit 10de7a8

Browse files
author
dsward2
committed
The URL was fixed for the Google SVG Search Website under the Help menu.
A couple of items were added to the README.md and RELEASE-NOTES.md files.
1 parent a8402ae commit 10de7a8

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

README.html

+2
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ <h1 id="toc_0">macSVG</h1>
338338

339339
<p><strong>The user interface for managing animation elements has been improved for setting the keyTimes, keySplines and keyPoints attributes. This change makes it easier to set linear/ease-in/ease-out animation timings.</strong></p>
340340

341+
<p>The OpenClipArt.org website under the Help menu is currently offline. Hopefully it will return soon.</p>
342+
341343
<hr>
342344

343345
<p><strong>macSVG is a MIT-licensed open-source macOS app for designing HTML5 SVG 1.1 (Scalable Vector Graphics) art and animation.</strong></p>

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
**The user interface for managing animation elements has been improved for setting the keyTimes, keySplines and keyPoints attributes. This change makes it easier to set linear/ease-in/ease-out animation timings.**
1010

11+
The OpenClipArt.org website under the Help menu is currently offline. Hopefully it will return soon.
12+
1113
<hr>
1214

1315
**macSVG is a MIT-licensed open-source macOS app for designing HTML5 SVG 1.1 (Scalable Vector Graphics) art and animation.**

RELEASE-NOTES.md

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ The URL for viewing SVG documentation was fixed to match the new location at the
2222

2323
A bug was fixed in several places where an extra semicolon was added after the final item in values attributes.
2424

25+
The tool panel now contains a Share button. It can be used with AirDrop to quickly open the current SVG document on an iPhone, iPad or another Mac.
26+
27+
The URL for the Google SVG Search under the Help menu was fixed.
28+
29+
The OpenClipArt.org website under the Help menu is currently offline due to the murder of one of the developers getting murdered in Syria, and then that website got hacked. Hopefully, the OpenClipArt website will return soon.
30+
2531
## macSVG v1.1.5 - February 1, 2019
2632

2733
MacSVG v1.1.5 provides a temporary fix for the application to work in macOS Mojave Dark Mode. For now, the app will "opt-out" of Dark Mode, and render views as a Light Mode application. Specifically, the NSRequiresAquaSystemAppearance is set to true in Info.plist to force Light Mode rendering. The next release will adjust the views to provide a proper Dark Mode user interface.

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>2817</string>
108+
<string>2819</string>
109109
<key>LSApplicationCategoryType</key>
110110
<string>public.app-category.graphics-design</string>
111111
<key>LSMinimumSystemVersion</key>

macSVG/en.lproj/DocumentationLinks.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<key>Clker.com Website</key>
2828
<string>https://www.clker.com/</string>
2929
<key>Google SVG Search Website</key>
30-
<string>https://images.google.com/advanced_image_search?as_filetype=svg</string>
30+
<string>https://www.google.com/advanced_image_search?biw=1449&amp;bih=962&amp;q=&amp;uact=5&amp;tbm=isch&amp;hl=en</string>
3131
<key>Google Web Fonts Website</key>
3232
<string>https://www.google.com/webfonts</string>
3333
</dict>

0 commit comments

Comments
 (0)