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

First of all, thank you very much! I am making a web graphics library, and I have tried Fusioncharts, Amcharts, Echarts, G2, D3, etc. I found that they are not...

When using draw_image to draw a large canvas onto a smaller canvas the large canvas is unexpectedly cropped to the size of the small canvas. For example, I expect this...

I'm seeing overflows in this code: https://github.com/servo/pathfinder/blob/master/renderer/src/builder.rs#L609 in both the positive and negative direction. I don't have a reproducing example yet because I don't have a theory of how I'm...

I'm trying to get the C examples to build currently and am running into a number of issues. It seems like some specific flags likely need to be passed to...

question
documentation

I don't think anyone is using it, and Servo as a project isn't focusing on Magic Leap anymore. If anyone wants to take over maintenance, please comment here. Otherwise it'll...

cleanup

Currently Pathfinder only supports blur. Pathfinder could support more of the filters from the SVG spec: https://www.w3.org/TR/SVG11/filters.html Additionally, it'd be useful to support multiple filters simultaneously; currently `Pattern` only allows...

enhancement

I'm seeing artifacts when rendering scenes with large numbers of paths that overlap. It looks like it's related to the renderer's tiles somehow but it isn't strictly a paths per...

bug

The `demo/native` renders incorrectly as depicted below: ![pathfinder](https://user-images.githubusercontent.com/10325838/88100416-cba2c400-cb9c-11ea-8d3d-3a93b10f4163.png) It looks much worse while moving around and flickers badly. My entire system freezes (or rather the GPU driver crashes?) if I...

compatibility

Repro steps: I made a fork of pathfinder. I added a new example canvas_metal_nanovg https://github.com/adamnemecek/pathfinder_bug/blob/master/examples/canvas_metal_nanovg If you run the example, a black screen is displayed. If you toggle the variable...

bug

Hi there! I wonder if we have plan to implement `getImageData` and `pubImageDta` like what browser has. Or are there already some APIs that can do that but I'm missing...

enhancement