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
Multiple pages are supported for PDF, PS, and SVG. Not sure what should be done if the user calls renderDias but requests an output type that doesn't support it (PNG). Perhaps just exit with an error.
The text was updated successfully, but these errors were encountered:
See https://github.com/diagrams/diagrams-core/blob/master/src/Diagrams/Core/Types.hs#L834 for the
MultiBackend
class.Generating multiple pages can be done by calling
http://hackage.haskell.org/packages/archive/cairo/0.12.3.1/doc/html/Graphics-Rendering-Cairo.html#v:showPage
which is a binding to
http://www.cairographics.org/manual/cairo-cairo-surface-t.html#cairo-surface-show-page
Multiple pages are supported for PDF, PS, and SVG. Not sure what should be done if the user calls
renderDias
but requests an output type that doesn't support it (PNG). Perhaps just exit with an error.The text was updated successfully, but these errors were encountered: