Skip to content

Commit

Permalink
SVG font export improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Dec 14, 2023
1 parent 53d3449 commit c0906eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ To see every change with descriptions aimed at developers, see
As a continuously updated web app, Cocreate uses dates
instead of version numbers.

## 2023-12-14

* Improve SVG export font embedding
* Include `unicode-range`, which otherwise caused issues when embedding
in Firefox. This makes exported files slightly bigger.
* Include CSS rules only for needed fonts and unicode-ranges.
This makes typical exported files smaller.

## 2023-12-11

* Fix PDF export with certain mathematical expressions, e.g.,
Expand Down

0 comments on commit c0906eb

Please sign in to comment.