pathfinder icon indicating copy to clipboard operation
pathfinder copied to clipboard

Make the demo compile with NDK

Open floppyhammer opened this issue 3 years ago • 7 comments

Solving #472. Upgrade usvg to 0.20.0, which removes harfbuzz_rs dependency.

floppyhammer avatar Jan 11 '22 05:01 floppyhammer

The demo shows some artifacts on Android, which doesn't occur in the last release. I'll open another PR to handle that.

floppyhammer avatar Jan 11 '22 05:01 floppyhammer

@bors-servo r+ Thanks!

jdm avatar Mar 27 '22 22:03 jdm

:pushpin: Commit 9c1f48a has been approved by jdm

bors-servo avatar Mar 27 '22 22:03 bors-servo

:hourglass: Testing commit 9c1f48aa411b33fb34b33ddd183d612b96a8c8e8 with merge db0dfee23812bcd6b1efea1f9e166698839d36d4...

bors-servo avatar Mar 28 '22 03:03 bors-servo

:broken_heart: Test failed - checks-github

bors-servo avatar Mar 28 '22 03:03 bors-servo

error[E0599]: no function or associated item named `from_file` found for struct `Tree` in the current scope
  --> utils/svg-to-skia/src/main.rs:16:22
   |
16 |     let tree = Tree::from_file(&input_path, &Options::default()).unwrap();
   |                      ^^^^^^^^^ function or associated item not found in `Tree`

jdm avatar Mar 28 '22 03:03 jdm

@jdm Should probably merge https://github.com/servo/pathfinder/pull/493 first.

floppyhammer avatar Mar 28 '22 04:03 floppyhammer