Releases: yutannihilation/string2path
Releases · yutannihilation/string2path
string2path 0.2.2
- Fix a CRAN warning (#149).
string2path 0.2.1
string2path 0.2.0
-
Partially support COLRv1 emoji fonts.
- COLRv1 emoji font is a color emoji, but not all color emoji is COLRv1
format. For example, Noto Color Emoji has several variants, and it seems
the primary one is CBDT/CBLC format. - Additional information are currently just discarded.
- The clip and layer composition information are just discarded. While
this can be useful, it's not very easy to use these information in R.
- The clip and layer composition information are just discarded. While
- COLRv1 emoji font is a color emoji, but not all color emoji is COLRv1
-
Fix
string2fill()andstring2stroke(); when the second argument is a path
to a file, these unintentionally worked asstring2path(). -
string2path()now generates the same outline asstring2fill()and
string2stroke()(#69). -
path_idandglyph_idare now 1-origin. -
The result of
string2fill()andstring2stroke()now don't contain a
path_idcolumn. I found the calculation ofpath_idhad never been
correct, and it's probably better to remove it to avoid confusion.
string2path 0.1.8
- This is a maintenance release to comply with the CRAN repository policy.
string2path 0.1.7
- This is a maintenance release to fix a build error on ARM Linux.
string2path 0.1.6
- This is a maintenance release to update the dependency Rust crates.
string2path 0.1.5
- This is a maintenance release to fix a misassumption about R installation
without shared libraries.
string2path 0.1.4
- Fix build failure with Rust >= 1.70 on Windows
string2path 0.1.3
- This is a maintenance release to fix a misassumption about Rust installation
on Windows.
string2path 0.1.2
- This is a maintenance release to disable downloading pre-compiled binaries in
order to comply with the CRAN Repository Policy.