Sebastian
Sebastian
@stephenjudkins I pushed changes to the fax repo. There are strange differences with the last line again. I need to re-encode my samples with libtiff to check if the error...
Why PostScript as opposed to PDF?
I wrote a small [PS exporter](https://github.com/s3bk/pathfinder/blob/ps_export/renderer/src/scene.rs#L202). I wonder if the exporters should be moved into their own crate and be added via SceneExt traits?
SceneProxy depends on SVG export (and ideally it should also allow PDF and PS). This causes a cyclic crate dependency between renderer and export (the new crate with SVG, PDF...
I would agree if the crates.io version wasn't always outdated...
@aaronleopold could you try with the git version? I need to update the crates.io version..
It is fixed. Something is odd with that file. If you have some time, can you `dbg!(&names)` after the line ` let names = names.resolve(resolve)?.into_array()?;` ?
Or running the read.rs example on the file. That should print what gets loaded. I am interested in the last "load" message before it panics.
Thank you, that is all I need. Now I just need to make sense of it.
From PDF32000, 7.9.6. Table 36 Names (Root and leaf nodes only; required in leaf nodes; present in the root node if and only if Kids is not present) Shall be...