-
With tiny-skia = "0.6.3"
This code crash, i think it is related to "hair line" because the same path with 1.0 for width works :
```rust
use tiny_skia::{Pixmap, PathBuilder, Transform, Stroke, Pai…
-
System.Drawing is officially deprecated, we should use ImageSharp instead. See: https://docs.microsoft.com/en-us/dotnet/api/system.drawing?view=dotnet-plat-ext-5.0#remarks
-
The path stroking code in tiny-skia would be useful for a variety of other 2d graphics libraries. Would you be interested in having it in a standalone crate? If not it would still be useful to expose …
-
Compiling tiny-skia with `-Z minimal-versions` fails with:
```
Checking tiny-skia v0.6.4
error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable
Error: --> /…
-
Per @pcwalton's [comment], this may actually be somewhat easy to support.
[comment]: https://news.ycombinator.com/item?id=18007940
-
@mattleibow asks "What is the recommended way to resize bitmaps" here https://groups.google.com/d/msg/skia-discuss/r-2svp3dK_8/2MRh6HKyEQAJ
The response is to use Image and not Bitmap as Bitmap is …
-
I was interested in using resvg-js in-place of sharp for its advertised performance benefits, but I'm finding that it's actually much slower. In addition, resvg-js crashes for me when processing more …
-
As mentioned by @hurricanehrndz (https://github.com/mono/SkiaSharp/issues/90#issuecomment-307112384), there is not that much needed to build on linux, and the dependency on `mono`, `dotnet` and `cake`…
-
I have rust 1.64, trying to build neothesia-cli from latest commit. This is my output:
```
$ make build-recorder
cargo build --release --no-default-features --features record
Compiling autocf…
-
Thanks for working on this! I haven't put in a lot of effort thinking about it, but maybe QuickJS can be used to make an even smaller rendering engine? It's a whole Javascript engine in