Re: Saving JSVGCanvas images

2004-06-28 Thread Tonny Kohar
Hi, > How can one get the image buffer currently being shown on JSVGCanvas? > I need to save it as jpg/png OR send it to another application. Is > there any method that returns the image buffer?? I think what you want is JSVGCanvas.getOffScreen(); it return BufferedImage Regards Tonny Kohar -- S

bugzilla during comiter absence

2004-06-28 Thread Tonny Kohar
Hi, I would like to ask the status of Batik bug found during commiter absence and the provided fix (is it acceptable ?). Here is the bugzilla ID, and the provided fix by various person. - 28679 (Fill rule bug, it is fixed by Cameron McCormack, if the fix is not on bugzilla, contact me/him, I stil

Re: bugzilla during comiter absence

2004-06-28 Thread Cameron McCormack
Tonny Kohar: > I would like to ask the status of Batik bug found during commiter > absence and the provided fix (is it acceptable ?). > > Here is the bugzilla ID, and the provided fix by various person. > - 28679 (Fill rule bug, it is fixed by Cameron McCormack, if the fix is > not on bugzilla, co

RE: XML Graphics: draft charter, draft resolution update, items to discuss

2004-06-28 Thread Cliff Schmidt
Jeremias Maerki wrote on Sunday, June 27, 2004 6:28 AM: > The Xerces people put all their active committers automatically into > the > PMC. So question number one: Should we do that, too? I don't think > this > is a bad idea. What do you people think about this and what are the > arguments for a

Re: bugzilla during comiter absence

2004-06-28 Thread Thomas DeWeese
Hi Cameron, The basic criteria for checking stuff in is running 'regard' on the code. To run regard you need to have a copy of the W3C SVG test suite (the directory should be named 'beSuite') as a sibling of the xml-batik directory. You should be able to get it from: http://www.w3.org/Graphics/

Contributing to Batik

2004-06-28 Thread Felipe Rech Meneguzzi
Hello Batik Developers,   ÂÂÂ I would like to know how someone can submit contributions to batik. The reason for my question is that we have created an implementation of an SVG to PS/EPS transcoder for Batik in our research lab and, if any one is interested in having it we would

Re: Contributing to Batik

2004-06-28 Thread Jeremias Maerki
Hello Felipe, it's unfortunate that you've gone through the pains of creating such a transcoder. We already have one although it's not in Batik's codebase but in FOP's. We needed SVG support for our PostScript renderer so we implemented it there. By the way, it's already available in the latest Ba

RES: Contributing to Batik

2004-06-28 Thread Felipe Rech Meneguzzi
Hello Jeremias, Well, it seems we looked in the wrong places for a solution :-), because some of the PS generation code we use was borrowed from FOP release 0.20.5. Now that you pointed out the correct place to look for the PS transcoder API in the redesign branch of FOP I see we really

Batik with J2ME

2004-06-28 Thread Archna Tikku
Hi, I was wondering if it is possible to use Batik in J2ME enviromnent. How much work would it be to tailor it for mobile devices? Archna Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage!

Re: RES: Contributing to Batik

2004-06-28 Thread Jeremias Maerki
Hello Felipe On 28.06.2004 19:39:52 Felipe Rech Meneguzzi wrote: > Hello Jeremias, > > Well, it seems we looked in the wrong places for a solution :-), > because some of the PS generation code we use was borrowed from FOP release > 0.20.5. Now that you pointed out the correct place to look for th