Skip to content

Commit

Permalink
for release 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cormullion committed Jan 3, 2022
1 parent 5fa1ba8 commit 50b529c
Show file tree
Hide file tree
Showing 6 changed files with 309 additions and 841 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@

### Added

- LaTeX strings for text() - amazing work by @davibarreira, @Kolaru, and @TheCedarPrince - Thanks!

- leading option for textfit()

- BoundingBox for stored Path objects

- `textonpoly()`
- `textonpoly()` can put text the route of a polygon

### Changed

Expand Down
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ makedocs(
"Basic concepts" => "explanation/basics.md",
"Paths vs Polygon" => "explanation/pathspolygons.md",
"Perfect pixels and antialising" => "explanation/perfectpixels.md",
"Transforms and matrices" => "explanation/transforms.md",
"Transforms and matrices" => "explanation/transforms.md",
"Image matrix" => "explanation/imagematrix.md",
"Luxor and Cairo" => "explanation/luxorcairo.md",
"Contributing" => "explanation/contributing.md",
"Contributing" => "explanation/contributing.md",
],
"Reference" => [
"Alphabetical function list" => "reference/functionindex.md"
Expand Down
Loading

0 comments on commit 50b529c

Please sign in to comment.