From: Tony G. <Ton...@Su...> - 2005-06-09 22:40:18
|
Stefan Seefeld <se...@sy...> writes: > Tony Graham wrote: >> But if you've been looking for it, you'd have realised that already. > > Indeed. :-) It's nice to know that someone is looking for it. > I'm in the middle of a release of my own right now (synopsis 0.8), and > I was trying to build pdf documentation, which reminded me. :-) > > What should we expect from the next release ? How is the work on That depends on whether I get my system working soon and package what I have as the next release or wait until next month and somehow find some time to work on xmlroff. The only changes so far are plugged memory leaks: formatting xmlroff.fo leaks less than 50% of what it used to. There's still a lot of leaks and a lot of unreleased memory to go, however. > external graphics going ? While fop does support them, there are all The simple answer, which I didn't have before, is gdk_pixbuf_new_from_file(). Once the miminum of having graphics again actually works, then as you note, there's all the interrelated graphics properties to take care of. > kinds of issues with scaling and bounding box calculation (or something > similar), so I was hoping that xmlroff would get to that soon. (I'm > looking for support for external png and svg, in particular.) > > Good luck with your system ! Thanks. Regards, Tony. |