Brent Yorgey
unread,Feb 16, 2013, 9:28:16 AM2/16/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to diagrams...@googlegroups.com
On Sat, Feb 16, 2013 at 03:37:22AM -0800, Stefan Kersten wrote:
> hi,
>
> i'd like to use diagrams for compositing two vector images (eps or pdf) by
> scaling, rotating and placing them on a canvas. does one of the backends
> support inclusion of vector images? i could convert the input to png, but
> i'd like to stay in the "vector domain".
>
> thanks for any pointers,
> sk
Currently, no, though this would make a lot of sense. I have looked
into importing EPS or PDF into cairo a bit, and there's no obvious way
to do it -- though I've found bits and pieces here and there
suggesting it might be possible.
Ryan, how difficult would it be to add support for importing EPS files
in the postscript backend?
-Brent