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.