You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For test case SHARAN-1, the test suite reports a test failure for CoreText on macOS 10.14 but the rendered path looks fine. For example, the first path in the test expectation, which was generated by HarfBuzz and FreeType, has the following delta to CoreText; note that the final moveto in the test expecation is a no-op because it is immediately followed by closepath.
For test case SHARAN-1, the test suite reports a test failure for CoreText on macOS 10.14 but the rendered path looks fine. For example, the first path in the test expectation, which was generated by HarfBuzz and FreeType, has the following delta to CoreText; note that the final
moveto
in the test expecation is a no-op because it is immediately followed byclosepath
.To fix, we probably should change the test runner to filter out empty sub-paths.
The text was updated successfully, but these errors were encountered: