Skip to content

Commit

Permalink
SVG works
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Oct 3, 2020
1 parent 8369371 commit 0cc5882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [0.?.?] - 2020-10-??

- Added `svg` export support for `saveImage()`
- Added `path.line(pt1, pt2)`
- Added `shadow()`, but it is not 100% compatible with DrawBot's in some unavoidable ways.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Work in progress!
1. Get PNG, JPEG image export working ✅
1. Get PDF export working ✅
1. Get MP4 export working ✅
1. Get SVG export working
1. Get SVG export working
1. Get Animated GIF export working
1. Get multi-line, single style `text()` working
1. Get `FormattedString` working
Expand Down

0 comments on commit 0cc5882

Please sign in to comment.