Skip to content

Releases: swhitty/SwiftDraw

Gradient UserSpaceOnUse

12 Jul 01:29
3595556
Compare
Choose a tag to compare

Adds support for gradients that are define within userSpaceOnUse . Previously objectBoundingBox was only supported.

Small fix for Paths that begin with M ## ## ## ## whereby SVGs should interpret this as M ## ## L ## ##.

Referenced Gradients

27 Jun 02:24
0ee91a9
Compare
Choose a tag to compare

Includes localised fix for referenced gradients

v0.7.1 Swift 5.2

22 May 22:59
f09a8c4
Compare
Choose a tag to compare

Updated for compatibility with Swift 5.2

v0.7.0 CommandLineTool Size

05 Jan 00:43
dc3bf2c
Compare
Choose a tag to compare

Adds support for custom images sizes and scales within the command line tool
% swiftdraw sample.svg --format pdf --size 48x48

v0.6.0 PDF Transparency Masks

10 Jun 06:31
16f3f81
Compare
Choose a tag to compare

Adds support for creating PDF images with SVGs what include transparency masks. This is achieved by using a rendered greyscale image mask so PDF file size is increased while the quality is reduced compared to native Core Graphics transparency layers.

v0.5.0 Patterns & Gradients

28 Mar 22:28
2926d47
Compare
Choose a tag to compare

Adds support for Patterns and Linear Gradients

v0.4.0 Path ARC

12 Feb 11:53
0da5706
Compare
Choose a tag to compare

Added support for ARC segments within paths

Initial Podspec release

07 Dec 22:06
Compare
Choose a tag to compare
Pre-release

Renaming files in workaround for SR-631 and adding support for CocoaPods using Swift 4.2.
Adding Swift Package Manager CI stage using Swift 4.2.

Command Line Tool

07 Dec 20:29
Compare
Choose a tag to compare
Command Line Tool Pre-release
Pre-release

Adding Swift Package Manager support (Swift 5 only).
Adding Command line tool.

Swift 4.2 Update

19 Nov 03:22
Compare
Choose a tag to compare
Swift 4.2 Update Pre-release
Pre-release

Compatibility with Swift 4.2