Results 34 comments of Andrew Gibiansky

It looks [like there's no way around this](http://stackoverflow.com/questions/16123721/how-to-use-local-defs-in-svg) uniqueness requirement?

Could it be possible to somehow pass an option to the renderer? Maybe something in the renderer options, like ``` haskell opts = def{_fo_format = SVG, _fo_size = (500, 400),...

That's sad. Perhaps then it's worth just documenting this somewhere, noting the img tag plus base 64 work around, and leaving it at that.

It would be nice to get official support for this in the API.

Is there an ETA for getting that PR merged?

I'm not totally sure how this interacts with multiple processes though, or if this creates some sort of race condition. On first glance I think it's fine but I haven't...

@prosconi @willwhitney Yes, this is highly relevant to IHaskell, as the static type system allows you to provide a lot of hints – not only types, but in fact, potential...

@willwhitney I like the idea of providing a "structure" with a few slots that can be modified (e.g. the `primaryKey`, `secondaryKey`, etc idea). However, I take issue with your suggestion...

I'm running into the same issue, even after I've removed the `` lines. Here's my new `fop-config.xml`: ``` xml true ``` However it's still looking for and finding the TrueType...

Also, running `./fopub my-file.xml` yields the following error message, even before all the Java nonsense: `sed: 1: "syntax.xml": unterminated substitute pattern` Not sure if it's related.