Taco de Wolff

Results 170 comments of Taco de Wolff

My experience: as soon as the fuzzer finds a panic, it always greatly decreases the execs/sec for me. I usually stop it and fix the bug. This has been like...

This library currently uses the `vector` implementation of Nigel Tao, which is as far as I know the fastest rasterizer in pure Go. We should improve performance when using a...

Currently you can build up a canvas and display this inside Gio (or send it to a PDF renderer). Or do you want the reverse, where you draw stuff within...

Nice work! Looks interesting, let me know if you need any help ;-)

Yes, this would be a valuable addition and would need to be added to the PDF renderer itself (and not throughout the renderer-agnostic `Canvas` and `Context` interfaces).

Sounds like an excellent idea! I don't have much time for the moment, but if you want to give it a start in a PR I'd appreciate it!

Thanks @sbinet that looks excellent! I'll integrate your work sometime soon and I'll keep you posted. For now I've lost some momentum on this, but there will be time in...

@sbinet Please check the `develop` branch for `font/sfnt.go` (https://pkg.go.dev/github.com/tdewolff/canvas/font#SFNT), this may help you if you need more control over parsing fonts for `go-latex`. I guess it would be useful to...

Yes, there is no difference with `golang.org/x/image/font/sfnt` except that the tables are exported. I've also added subsetting of fonts. `star-tex` looks good! When time permits I'll be looking to incorporate...

Hi Kroum, thanks for the feedback! I think you're absolutely right, `canvas` should concentrate on being a building block to draw things with rather than adding more and more features....