Skip to content

Commit feeec89

Browse files
authored
V0.7.1 (#182)
* Updates `sdf-glyph-foundary` to v2.0.0
1 parent 3d4c442 commit feeec89

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.7.1
2+
3+
- Fixes issue with `point-in-polygon` algorithm being used in `sdf-glyph-foundary`
4+
15
# 0.7.0
26

37
- Adds node v16 support

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fontnik",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "A library that delivers a range of glyphs rendered as SDFs (signed distance fields) in a protobuf.",
55
"keywords": [
66
"font",

scripts/install_deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ source local.env
1515
install boost 1.67.0
1616
install freetype 2.7.1
1717
install protozero 1.6.8
18-
install sdf-glyph-foundry 0.1.1
19-
install gzip-hpp 0.1.0
18+
install sdf-glyph-foundry 0.2.0
19+
install gzip-hpp 0.1.0

0 commit comments

Comments
 (0)