Re: Updates by a specific Runnable

2004-02-14 Thread Thomas DeWeese
Tjorven Lauchardt wrote: is there a possibiblity to get that time, when all updates of a certain Runnable, that has been given to the runnablequeue of the updatemanager, has been made? I want to invoke a function right then, because I need the canvas rendering transform at that moment. For so

Re: Re: Problem with scaling png image file in svg

2004-02-14 Thread Jay Chiu
Thanks Chris, I feel the difference for external png file and SVG are, Fop uses JIMI to handle the external png file, while Batik loads the png image into BufferedImageCachableRed object and fop PDFGraphics2D class handles png image in SVG. The org.apache.fop.svg.PDFGraphics2D class is equivalent

cvs commit: xml-batik/sources/org/apache/batik/bridge SVGClipPathElementBridge.java

2004-02-14 Thread deweese
deweese 2004/02/14 13:22:40 Modified:sources/org/apache/batik/bridge SVGClipPathElementBridge.java Log: Patch for bug in ClipPath and clip-rule with 'use' element. Submitted by: Cameron McCormack Revision ChangesPath 1.20 +18 -1 xml-bat

Re: Checking Javascript Syntax

2004-02-14 Thread Thomas DeWeese
Fabio Biscaro wrote: Is there a way to check (parse) javascript syntax before executing in SVG? This is really a rhino question, I believe this possible (I think it is phrased as 'compiling'). If you really just want to check if some javascript is failing you can eval it in a try catch block bu

Re: Problem with scaling png image file in svg

2004-02-14 Thread Thomas DeWeese
Hi Jay, So, it wasn't clear that you were embedding these PNG's in a PDF. In this case the problem is the Adobe rendering engine. Well really the problem is the fact that you are using PNG images where you should be using a vector format like SVG. Where do these PNG image come from? If the