Joe Westcott

Results 7 issues of Joe Westcott

Hi @Hopding! I'm utilising this library in a slightly different way from most, I'm just using the low-level primitives available in `/core` and creating PDFs semi-manually. This library is amazingly...

needs-triage

The following code should produce two orange rectangles at x:0 and x:10. ```` pdf.TransformBegin() pdf.TransformTranslateX(0) pdf.SetFillColor(255, 127, 0) pdf.Rect(0, 0, 10, 10, "F") pdf.TransformEnd() pdf.TransformBegin() pdf.TransformTranslateX(10) pdf.SetFillColor(255, 127, 0) pdf.Rect(0,...

bug

Currently I'm importing the `DrawingSVG` function from the example file ([bwip-js/examples/drawing-svg.js](https://github.com/metafloor/bwip-js/blob/master/examples/drawing-svg.js)), and passing it to `bwipjs.render` method, like so: `const svg = bwipjs.render(params, DrawingSVG(params, bwipjs.FontLib))` Is it possible to have...

I'd like to include this library in a front-end application, ideally without bundling the whole library. I don't think this is possible at the moment due to how it's structured....

👋 Hopding This PR brings in all upstream changes from `foliojs/fontkit`. Specifically interesting is the commit 'Fix saving loca index format/version when subsetting' ([Upstream PR](https://github.com/foliojs/fontkit/pull/191)) As it appears to fix...

Building YARG.Core on macOS is currently failing for me at this point: https://github.com/YARC-Official/YARG/blob/0946d798d6ba22f5fc8e93d91ec5a97ba842e022/Assets/Plugins/Editor/YARGCoreBuilder.cs#L362 The `dotnet` executable is in my `$PATH` using the default zsh shell, but it seems like it's...