Skip to content

Commit d214eef

Browse files
committed
0.9.3
1 parent 863707a commit d214eef

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CommandLine/CommandLine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ extension SwiftDraw.CommandLine {
9494
static func printHelp() {
9595
print("")
9696
print("""
97-
swiftdraw, version 0.9.2
97+
swiftdraw, version 0.9.3
9898
copyright (c) 2021 Simon Whitty
9999
100100
usage: swiftdraw <file.svg> [--format png | pdf | jpeg | swift] [--size wxh] [--scale 1x | 2x | 3x]

SwiftDraw.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SwiftDraw",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"summary": "A Swift library that adds support for SVG files to UIImage and NSImage.",
55
"homepage": "https://github.com/swhitty/SwiftDraw",
66
"authors": "Simon Whitty",
@@ -10,7 +10,7 @@
1010
},
1111
"source": {
1212
"git": "https://github.com/swhitty/SwiftDraw.git",
13-
"tag": "0.9.2"
13+
"tag": "0.9.3"
1414
},
1515
"platforms": {
1616
"ios": "10.0",

SwiftDraw/UIImage+Image.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ public extension UIImage {
4040
return nil
4141
}
4242

43-
UIImage(n)
44-
4543
self.init(cgImage: cgImage, scale: image.scale, orientation: image.imageOrientation)
4644
}
4745

0 commit comments

Comments
 (0)