harfbuzz/test
Ebrahim Byagowi 036d868913 [draw] Add a fuzzer
Specially checks correctness of the API semantics:
* no move happens when a path is already opened with move-to.
* no path will be left open and close-path will happen at the end of opened paths.
* no path opens with a move-to and will be closed with no length.
* paths start and ending points matches.
* no line/quadratic/cubic command will be issued when no path is started.
2020-02-25 19:09:44 +03:30
..
api [gvar] fix infinite loop introduced by 11f3fca 2020-02-24 14:30:07 +03:30
fuzzing [draw] Add a fuzzer 2020-02-25 19:09:44 +03:30
shaping [tools] More on py3 compatibility 2020-02-24 00:10:11 +03:30
subset Fix glyph closure for alternate substitution. 2020-02-21 13:01:23 +03:30
CMakeLists.txt
Makefile.am