Patrick Martin
Patrick Martin
This should use a still image perceptual comparison algorithm to compare output. Something similar to PSNR.
**Describe the bug** the functions at: [/src/renderer-main.js:1687](https://github.com/SABRE-JS/SABRE.js/blob/003bfd7165c5f81ceab01175777edb4d7b50ed41/src/renderer-main.js#L1687) [/src/renderer-main.js:1434](https://github.com/SABRE-JS/SABRE.js/blob/003bfd7165c5f81ceab01175777edb4d7b50ed41/src/renderer-main.js#L1434) [/src/renderer-main.js:1164](https://github.com/SABRE-JS/SABRE.js/blob/003bfd7165c5f81ceab01175777edb4d7b50ed41/src/renderer-main.js#L1164) [/src/renderer-main.js:1313](https://github.com/SABRE-JS/SABRE.js/blob/003bfd7165c5f81ceab01175777edb4d7b50ed41/src/renderer-main.js#L1313) need to be reworked so they're more efficient and less buggy. **Additional context** The code as it is doesn't position...
We need more tests for the parsing code, both unit and comprehensive tests. Comprehensive tests can be made using [Aegisub](https://aegisub.org/). I am willing to peer program with/work with/mentor anyone who...
We need a better designed version of the logo. Contact me on discord to discuss.
## Description Created a utility that runs esbuild and SWC to build the library. This supports a compat profile that works as far back as safari 8, maybe earlier. This...
Character rendering issues occur when stroking text. ## Expected Behavior The stroke should match the fill. ## Current Behavior Random dots of stroke appear sometimes, also some lines cut inwards...
We should try and get in all API breaking changes and then put in a freeze on API breaking changes so that we can get 2.0.0 released sooner rather than...
The variable font code uses Proxy, a non-polyfillable ES6 type, preventing opentype.js from being transpiled to anything lower than ES6. ## Expected Behavior In order to implement a legacy/compatibility build...
The old version of headless-gl does not compile on newer systems. The dependency needs to be updated.
Models generated recently don't work, for example anything llama 3.1 based.