Patrick Walton
Patrick Walton
https://github.com/servo/pathfinder/pull/418 fixes the biggest problems here. 1-character fix :) The remaining issue with the 1-pixel-wide vertical lines seems to be caused by accumulation of floating-point error. I had worried that...
I would like to implement them, yes. `getImageData()` will not be introspectable without consulting the `Renderer`, however, because the `CanvasRenderingContext2D` has no access to the raw pixel data.
There isn't really much documentation yet to link to, unfortunately. What do you mean exactly? The documentation mentions that crates are on crates.io under the `pathfinder_` prefix.
This may be fixed now in 32a56ea. Please try again.
The main reason for this is that I don't want to have to trigger recompiles when I modify shaders. WebRender did something similar. But I realize it can be inconvenient,...
This is what the `EmbeddedResourceLoader` is for. Does it work for you?
@frewsxcv Sure, works for me.
Edited the title to be a more accurate description per my understanding
Cool! I think pure-Rust implementations would be a good candidate for adding to font-kit. Font-kit is supposed to be the Swiss army knife of fonts for Rust, and I imagine...
Does this still happen?