You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a book with a number of illustrations with small changes between each one. The illustrations are drawn in SVG format and the variations are generated by turning on and off layers. Unfortunately SILE's SVG support is too rudimentary to draw these, so I'm converting them to PDF's using Inkscape before including them in the SILE document.
This works great for most of the variants, but one of them is a full page blow up and I wanted to rotate it 90°. Since the document source is in Markdown and doesn't have an easy syntax to pass that kind of layout data through to SILE, I just specified a source file name that was rotated and generated the correspondent PDF file name with a rotated version (pdftk figure.pdf cat 1west output figure-rotated.pdf). The file shows up fine in most PDF viewers, but when I include it in the SILE document it is back to it's original rotation. The rotation was not respected at all.
The text was updated successfully, but these errors were encountered:
That's a good question. Or perhaps a patchset that can be rebased on the upstream and then the difference applied as a patch to our vendor version. I think the point of the vendorized version is that there was/is not an independent library version at all and that is something it still makes sense to have.
I actually haven't looked into how hard it is to refresh our code against the current upstream. The last one to do that operation was @simoncozens. He left some notes on that process in this issue. Perhaps he can throw out a rough estimate of hard that operation is to help decide how to manage it going forward.
I have a book with a number of illustrations with small changes between each one. The illustrations are drawn in SVG format and the variations are generated by turning on and off layers. Unfortunately SILE's SVG support is too rudimentary to draw these, so I'm converting them to PDF's using Inkscape before including them in the SILE document.
This works great for most of the variants, but one of them is a full page blow up and I wanted to rotate it 90°. Since the document source is in Markdown and doesn't have an easy syntax to pass that kind of layout data through to SILE, I just specified a source file name that was rotated and generated the correspondent PDF file name with a rotated version (
pdftk figure.pdf cat 1west output figure-rotated.pdf
). The file shows up fine in most PDF viewers, but when I include it in the SILE document it is back to it's original rotation. The rotation was not respected at all.The text was updated successfully, but these errors were encountered: