special deadline arrangement (Re: international conference on Scalable Vector Graphics)

2005-03-01 Thread Ruud Steltenpool
That's why i had a remark on the deadline, but i'll be more explicit: Anything before March 15th is ok (as a special Batik/FOP arrangement). Remember it's just a short abstract at this stage. After that you can still submit, but the later, the less we can promise. Cheers, Ruud (happily pressing

Re: Newbie: How to render an SVG into an image

2005-03-01 Thread Thomas DeWeese
Glen Simmons wrote: On Tue, 01 Mar 2005 07:09:16 -0500, Thomas DeWeese <[EMAIL PROTECTED]> wrote: I would look carefully at the stack trace that is creating menus to try and figure out who is trying to create them. Here's the stack trace when calling JSVGComponent.loadSVGDocument: JavaBug> bt

Re: international conference on Scalable Vector Graphics

2005-03-01 Thread Antonio Gomes
Sorry, today is 1sr march ;) --- Antonio Gomes <[EMAIL PROTECTED]> escreveu: > The deadline for submitions was 1st march ... > > > --- Ruud Steltenpool <[EMAIL PROTECTED]> > escreveu: > > > Dear Batik- and FOP-users, > > > > I hereby like to bring SVG Open 2005 to your > > attention. > >

Re: international conference on Scalable Vector Graphics

2005-03-01 Thread Antonio Gomes
The deadline for submitions was 1st march ... --- Ruud Steltenpool <[EMAIL PROTECTED]> escreveu: > Dear Batik- and FOP-users, > > I hereby like to bring SVG Open 2005 to your > attention. > > At this 4th international conference and exhibition > on Scalable Vector > Graphics the versatility

international conference on Scalable Vector Graphics

2005-03-01 Thread Ruud Steltenpool
Dear Batik- and FOP-users, I hereby like to bring SVG Open 2005 to your attention. At this 4th international conference and exhibition on Scalable Vector Graphics the versatility of the format will be shown by a broad range of applications and professional backgrounds of the attendees from around

Re: Newbie: How to render an SVG into an image

2005-03-01 Thread Glen Simmons
On Tue, 01 Mar 2005 07:09:16 -0500, Thomas DeWeese <[EMAIL PROTECTED]> wrote: > Glen Simmons wrote: > > OK, I guess I spoke too soon. I tried the code below in a Cocoa-Java > > app and it hangs. I checked with the debugger and it's hanging down in > > some Swing code that's trying to instantiate me

RE: building GVT from elements

2005-03-01 Thread Jonathan Gray
That makes a lot more sense, thanks. Jon -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: 01 March 2005 13:08 To: Batik Users Subject: Re: building GVT from elements Jonathan Gray wrote: > AffineTransform transform = > AffineTransform.getTranslateInstance(-(grap

Re: building GVT from elements

2005-03-01 Thread Thomas DeWeese
Jonathan Gray wrote: AffineTransform transform = AffineTransform.getTranslateInstance(-(graphicsNode.getBounds().getX()), -(graphicsNode.getBounds().getY())); [...] Graphics2D graphics = image.createGraphics(); I should probably get a copy of the original transform from the graphicsNode and replac

RE: building GVT from elements

2005-03-01 Thread Jonathan Gray
Hi Thomas, I was on the wrong track trying to build a GVT in the context of anything other than a document, I see exactly your point. The 'g' elements are exactly the right size, I was confused because I wasn't correctly translating the child graphics node. What I do to rasterize any part of the

Re: Newbie: How to render an SVG into an image

2005-03-01 Thread Thomas DeWeese
Glen Simmons wrote: OK, I guess I spoke too soon. I tried the code below in a Cocoa-Java app and it hangs. I checked with the debugger and it's hanging down in some Swing code that's trying to instantiate menus. This is a problem because there are already menus. The JSVGComponent does _not_ crea

Re: ThumbNail image generation

2005-03-01 Thread Thomas DeWeese
Hi Vijay, Vijay Kumar V wrote: I just want to create two images from SVG content. One image with normal size and the other one in a thumbnail size. Is there any such method in batik which i could use to achieve the above?? Sure, if you can get any BufferedImage from the SVG (there are lots of ex

Re: Q: how to handle new tags in batik

2005-03-01 Thread Thomas DeWeese
De Winne, Joris wrote: I'm having the following (extended) tag in an SVG file: To handle this I thought I had to write a new bridge extension, but it looks like those only support Java Graphical things. I'm not sure why you think that video wouldn't qualify as a 'Java Graphical' thing. What I

Re: building GVT from elements

2005-03-01 Thread Thomas DeWeese
Hi Jonathan, Jonathan Gray wrote: Does batik internally use the builder to build GraphicsNodes or does it always use Documents? They are always built in the context of a document, otherwise CSS won't work properly. I have been using this to build child GraphicsNodes of an SVG document so tha

Q: how to handle new tags in batik

2005-03-01 Thread De Winne, Joris
Title: Q: how to handle new tags in batik Hello, I'm having the following (extended) tag in an SVG file: ... To handle this I thought I had to write a new bridge extension, but it looks like those only support Java Graphical things. What I need to do is opening a socket and sending c