redforks

Results 6 issues of redforks

CMYK is pretty common color space, and I need that to helps building pdf lib

This commit is very important, because it fixes many line width problems.

If the struct has only one field, Code like this triggers clippy::needless_update warning: ```rust pub fn foo(self, value: i32) -> Self { Self { value: value, ..self } } ```...

I write a PDF reader using iced as GUI.

Implement W3C WebDriver ShadowRoot support. This adds: - Add method `Element::shadow_root()` - `ShadowRoot` struct - `ShadowRoot::{find, find_all}()` methods This enables locating elements inside open Shadow DOM trees, allowing Fantoccini to...