Felix Schütt

Results 278 comments of Felix Schütt

Embedding SVG doesn't work yet. You can use the `svg` crate, iterate over the paths and then use build a `Vec` from those. This functionality should be moved into the...

Yeah it's in the code already, it just doesn't have an interface to the LayerReference, because I didn't have time: https://github.com/sharazam/printpdf/blob/master/src/types/plugins/graphics/two_dimensional/svg.rs There is a commented-out function `add_svg()` already: https://github.com/sharazam/printpdf/blob/master/src/types/pdf_layer.rs#L83 but...

I'll add SVG later on. Right now my workaround is to put the SVG element in a font (manually) and then use the font. For "proper" SVG support you'll probably...

So ... what is the current state? The `jni_sys` crate is pretty mature now and it's been two years ...

Why can't the `ffi` module simply be exposed / exported to the library user? This way the user can hook up the `jni` crate and from there on it's rather...

@tomaka ... why? What's wrong about the `jni` crate? I mean ... do you want to re-do all of the work they've done just to not depend on them -...

No, this isn't maintained anymore. Use glutin instead.

At least from what I can see in azul (since this check was removed in azuls version of glium) the check doesn't seem to do anything. The apps seem to...

I think the newest rustdoc has this feature, should this be closed? It seems to me as just docs.rs doesn't use the lastest rustdoc.

Okay, thanks @NobodyXu, we weren't sure what the motivation for this issue was. I'll discuss it further with @syrusakbary, we will get back to you.