RE: Minimum implementation of batik - just for viewing SVG files

2004-06-16 Thread Tonny Kohar
Hi, > I don't know if this helps, but there was a previous discussion about > getting a minimal subset of batik: try this search > http://koala.ilog.fr/cgi-bin/batik-users-search-grep?rule=ci&target=jars > of the archives and take a look at the four messages on the thread "Re: > What jars requir

RE: Minimum implementation of batik - just for viewing SVG files

2004-06-16 Thread Baron, Randy {PRG~Basel}
hi, I don't know if this helps, but there was a previous discussion about getting a minimal subset of batik: try this search http://koala.ilog.fr/cgi-bin/batik-users-search-grep?rule=ci&target=jars of the archives and take a look at the four messages on the thread "Re: What jars required for SVGG

Re: Calling java methods from ECMASCRIPT (not solved at the list) (SOLVED!!!)

2004-06-16 Thread Gorka Garay
Hi, It worked! I added an static field to MyJSVCanvas which I reference to "this" at the constructor so I can statically access that static field and call non-static methods through it. Thanks a lot Cameron. I guess it won´t happen frequently, but I´ll try to help you all as you have helped me.

Re: Minimum implementation of batik - just for viewing SVG files

2004-06-16 Thread R Karthick
Hi!! thnkx for all your replies. yeah, i understand that itz ok for a application, but mine is a web page, which loads an applet which has to support "SVG images". I guess i'll have to remove some classes at the source code level. I downloaded the latest source code and was trying to compile it,

Re: problem with JPEGTranscoder

2004-06-16 Thread Cameron McCormack
[EMAIL PROTECTED]: > As you say the AbstractNode.importNode method initially creates an Attr > without a value but then, I think, because the deep flag is true it performs > getFirstChild() on the Attr node ( and gets an AbstractParentNode ) it then > recurses with this node, this node is handled a

RE: problem with JPEGTranscoder

2004-06-16 Thread pegan
Title: RE: problem with JPEGTranscoder Hi Cameron / Venkat,   As you say the AbstractNode.importNode method initially creates an Attr without a value but then, I think, because the deep flag is true it performs getFirstChild() on the Attr node ( and gets an AbstractParentNode ) it then recu

Re: PrintTranscoder.KEY_AOI problem posible bug

2004-06-16 Thread Andres Toussaint
Hi: I found out that the AOI key is not implemented in the PrintTranscoder properly. I made a solution, called TiledPrintTranscoder, which is descried in more detail in the thread (Batik users) named: svg to multipage tiff Andres. On Jun 16, 2004, at 5:24 AM, Bartosz Celmer wrote:   Hello

Re: Minimum implementation of batik - just for viewing SVG files

2004-06-16 Thread Jamie Browning
R Karthick wrote: I am really stuck in this. I am writing a Java Applet, which loads svg files, just for displaying. Do you mean there is no interactivity or dynamic updates? Now the jar files itself comes around 2 to 3 megs, which is really large for a web application. Is it? Its large for a we

PrintTranscoder.KEY_AOI problem posible bug

2004-06-16 Thread Bartosz Celmer
  Hello I’m trying to use Batik project to print SVG documents, but I need to print only part of them. I tried to use PrintTranscoder.KEY_AOI, but I doesn’t work. When I set a rectangle which I want to print either nothing is being printed, or the printed area is different from the one I

Re: Calling java methods from ECMASCRIPT (not solved at the list)

2004-06-16 Thread Gorka Garay
Ok, I think I see what you mean. Thanks a lot, I will try and tell you the results. - Original Message - From: "Cameron McCormack" <[EMAIL PROTECTED]> To: "Batik Users" <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 2004 12:41 AM Subject: Re: Calling java methods from ECMASCRIPT (not s