Lucas Birkert

Results 38 comments of Lucas Birkert

Seems more idiomatic. Good job!

Can confirm it working. I think I had the strokeThickness set too high, so that the stroke was taking over not actually the fill. Setting the strokeThickness to 0 improves...

> Cool - apparently there is a way of adding letter spacing to the content stream in the `insertText` method, I just need to study content streams more. So will...

This would be a great addition, as sometimes certain fields can be computed from others so storing every field is wasteful (if computing performance is not a factor here). How...

The semantic way to do this currently would be just to create a seperate struct. ```rs struct A { xxxx: B, yyyy: C, } #[derive(Encode, Decode)] struct ARaw { xxxx:...

just spent 3 hours building. It definetly works on MacOS - you'll have to build a lot yourself though. Also the CMake seems to be outdated. So it was definetly...

I might create a fork, since this repository seems dead