Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: yutannihilation/string2path

string2path 0.2.2

25 Mar 23:30

Choose a tag to compare

  • Fix a CRAN warning (#149).

string2path 0.2.1

20 Mar 05:33

Choose a tag to compare

  • Fix a regression about fill rule (#131).

  • Address new CRAN check on the compiled code in sub-directories (#144, #146).

string2path 0.2.0

08 Feb 06:47

Choose a tag to compare

  • 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.
  • Fix string2fill() and string2stroke(); when the second argument is a path
    to a file, these unintentionally worked as string2path().

  • string2path() now generates the same outline as string2fill() and
    string2stroke() (#69).

  • path_id and glyph_id are now 1-origin.

  • The result of string2fill() and string2stroke() now don't contain a
    path_id column. I found the calculation of path_id had never been
    correct, and it's probably better to remove it to avoid confusion.

string2path 0.1.8

24 Aug 14:02

Choose a tag to compare

  • This is a maintenance release to comply with the CRAN repository policy.

string2path 0.1.7

31 May 23:59

Choose a tag to compare

  • This is a maintenance release to fix a build error on ARM Linux.

string2path 0.1.6

17 Dec 04:31

Choose a tag to compare

  • This is a maintenance release to update the dependency Rust crates.

string2path 0.1.5

11 Jul 11:01

Choose a tag to compare

  • This is a maintenance release to fix a misassumption about R installation
    without shared libraries.

string2path 0.1.4

08 Jul 23:47

Choose a tag to compare

  • Fix build failure with Rust >= 1.70 on Windows

string2path 0.1.3

23 Jan 16:02

Choose a tag to compare

  • This is a maintenance release to fix a misassumption about Rust installation
    on Windows.

string2path 0.1.2

17 Dec 13:03

Choose a tag to compare

  • This is a maintenance release to disable downloading pre-compiled binaries in
    order to comply with the CRAN Repository Policy.