Skip to content

Commit

Permalink
Release ab_glyph_rasterizer 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Oct 28, 2021
1 parent 3f0f9e7 commit 2461ed2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions rasterizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased
* Remove cap of `1.0` for coverage values returned by `for_each_pixel` now `>= 1.0` means fully coverred.
# 0.1.5
* Remove cap of `1.0` for coverage values returned by `for_each_pixel` now `>= 1.0` means fully covered.
This allows a minor reduction in operations / performance boost.

# 0.1.4
* Add `Rasterizer::reset`, `Rasterizer::clear` methods to allow allocation reuse.
Expand Down
2 changes: 1 addition & 1 deletion rasterizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ab_glyph_rasterizer"
version = "0.1.4"
version = "0.1.5"
authors = ["Alex Butler <alexheretic@gmail.com>"]
edition = "2018"
description = "Coverage rasterization for lines, quadratic & cubic beziers"
Expand Down

0 comments on commit 2461ed2

Please sign in to comment.