-
While the project builds and runs on Windows, but only with the release profile. When building with the debug profile or compiling the tests, I get linker errors. It appears the that issues are relate…
-
I received this crash report in Crashlytics from a user in the wild. A user was using the app and upon returning to it, the app simply crashed without any error messages.
Unfortunately this mea…
-
I was surprised to discover that (at least on macOS) skia-safe doesn't seem to be able to encode images in quite a few of the formats listed in the `EncodedImageFormat` enum. So far, `JPEG` and `PNG` …
-
I implemented the crop widget to an existing application and now it is throwing an error below, at this line:
`return rrb.toImage(pixelRatio: pixelRatio);`
Maybe I am importing a wrong library s…
-
I am a newb here (w/ both Rust and Skia) so apologies if I am missing something very simple but I am trying to call the `shape()` method on `Shaper` and can't figure out how to construct a `RunHandl…
-
https://github.com/rust-skia/rust-skia/blob/f4709ab7336a25b3e411c8c3e2ea4331eb3ff2a8/skia-safe/src/core/surface.rs#L380
This line consumes the canvas passed to it. I think that may be incorrect?
-
Calling `finish_recording_as_picture` more than once is semantically invalid, but should probably just return `None` if the `PictureRecorder` is no longer recording.
At the moment it segfaults the…
-
I recently updated skia-safe in neovide by running cargo update. This updated a number of packages, but when trying to build I get the following error:
```
error[E0277]: no implementation for `u…
-
As far as I can tell, all but one of the PathEffect `new` functions return an `Option` rather than handing off the object directly:
https://github.com/rust-skia/rust-skia/blob/d5fdcc98b99952d47f45f8…
-
I'm trying to change the example to use Surface::from_backend_texture so I can use Skia with IMGui, as mentioned in #394.
However, it always results in `None`. How can I debug this function?
```…