pathfinder icon indicating copy to clipboard operation
pathfinder copied to clipboard

A fast, practical GPU rasterizer for fonts and vector graphics

Results 104 pathfinder issues
Sort by recently updated
recently updated
newest added

```sh git clone https://github.com/servo/pathfinder cargo b ``` full error ``` error[E0308]: mismatched types --> /Users/connorskees/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.19.3/src/platform/macos/view.rs:209:9 | 205 | extern fn has_marked_text(this: &Object, _sel: Sel) -> BOOL { | ---- expected...

Test more platforms with combination of rust nightly/stable. Some platform currently fails due to old stuff in Cargo.lock.

I get this compile error on nightly-2024-09-17: ``` error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: simd_shuffle index must be a SIMD vector of `u32`, got `[u32; 4]` --> /Users/niklas/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathfinder_simd-0.5.4/src/arm/mod.rs:163:24 | 163...

I have attempted ```bash git clone https://github.com/servo/pathfinder.git cd pathfinder cargo build --release ``` I get a build error ```bash error[E0080]: could not evaluate static initializer --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/num/nonzero.rs:335:21 | = note:...