Re: RunnableQueue bug/weakness

2003-07-08 Thread Brian Modra
If the update manager has been suspended, then the next call to JSVGComponent.renderGVTTree() will find that updateManager.isRunning() is false, and therefore will call super.renderGVTTree() ... where eventDispatcher.setRootNode(null) is called. So the resumeProcessing() method in JSVGComponent ne

cvs commit: xml-batik/test-sources/org/apache/batik/transcoder/image GenericDocumentTest.java

2003-07-08 Thread deweese
deweese 2003/07/08 19:10:12 Modified:samples/tests/spec/scripting memoryLeak1.svg samples/tests/spec/text textOnPath2.svg textOnPath3.svg sources/org/apache/batik/bridge BridgeContext.java sources/org/apache/batik/css/dom CSSOMSVGPaint.java

Re: RunnableQueue bug/weakness

2003-07-08 Thread Thomas DeWeese
Hi Brian, I'm still having a hard time understanding the problem. Searching the source base the only place we call setRootNode with 'null' is in JGVTComponent.renderGVTTree(). This method is overridden by JSVGComponent, and the subclass only calls the baseclass version for documents that

RE: Out of memory loading big document

2003-07-08 Thread Harm Cuppens
> -Original Message- > From: Thomas DeWeese [mailto:[EMAIL PROTECTED] > Sent: dinsdag 8 juli 2003 11:49 > To: [EMAIL PROTECTED] > Subject: Re: Out of memory loading big document > > > Hi Harm, > I think you might have miss understood. when I say 'text > node" I mean > node.getNodeType(

cvs commit: xml-batik/test-references/samples/tests/spec/scripting viewBoxOnLoad.png

2003-07-08 Thread vhardy
vhardy 2003/07/08 03:02:10 Added: test-references/samples/tests/spec/scripting viewBoxOnLoad.png Log: Adding missing reference image Revision ChangesPath 1.1 xml-batik/test-references/samples/tests/spec/scripting/viewBoxOnLoad.

cvs commit: xml-batik/test-resources/org/apache/batik/test interactiveSamples.xml regard.xml samplesRendering.xml

2003-07-08 Thread vhardy
vhardy 2003/07/08 03:00:19 Modified:test-resources/org/apache/batik/test interactiveSamples.xml regard.xml samplesRendering.xml Added: test-references/samples/tests/spec/scripting use.png Log: Moved use.svg test from regard to regard.manual Revis

cvs commit: xml-batik/test-resources/org/apache/batik/test samplesRendering.xml

2003-07-08 Thread vhardy
vhardy 2003/07/08 02:54:40 Modified:test-resources/org/apache/batik/test samplesRendering.xml Log: Interactivity tests have been moved to regardManual Revision ChangesPath 1.103 +1 -9 xml-batik/test-resources/org/apache/batik/test/samplesRendering.xml Inde

Re: Out of memory loading big document

2003-07-08 Thread Thomas DeWeese
Hi Harm, Harm Cuppens wrote: Hi Thomas, The file exists only out of path elements and a title and desc element (with as the parent). I've tested my deletion routine (which keeps the section so that other elements can reference those if they are present in the file) I think you might have mi

RE: Out of memory loading big document

2003-07-08 Thread Harm Cuppens
Hi Thomas, The file exists only out of path elements and a title and desc element (with as the parent). I've tested my deletion routine (which keeps the section so that other elements can reference those if they are present in the file) On most of the files it works fine, all DOM nodes are dele

cvs commit: xml-batik/samples/tests/spec/scripting alert.svg bug12933.svg filterPatternUpdate.svg gradientsUpdate.svg imageUpdate.svg markerUpdate.svg maskClipUpdate.svg removeLast.svg security2.jar security3.svg svg.svg svg2.svg

2003-07-08 Thread vhardy
vhardy 2003/07/08 02:02:48 Modified:samples/tests/spec/interactivity cursor.svg focus.svg keyEvents.svg samples/tests/spec/scripting alert.svg bug12933.svg filterPatternUpdate.svg gradientsUpdate.svg

cvs commit: xml-batik/sources/org/apache/batik/dom/util DocumentFactory.java SAXDocumentFactory.java

2003-07-08 Thread vhardy
vhardy 2003/07/08 01:57:16 Modified:sources/org/apache/batik/transcoder XMLAbstractTranscoder.java sources/org/apache/batik/dom/util DocumentFactory.java SAXDocumentFactory.java Added: test-resources/org/apache/batik

cvs commit: xml-batik/test-resources/org/apache/batik/test interactiveSamples.xml regardManual.xml samplesRendering.xml unitTesting.xml

2003-07-08 Thread vhardy
vhardy 2003/07/08 00:32:37 Modified:.build.xml MAINTAIN test-resources/org/apache/batik/test samplesRendering.xml unitTesting.xml Added: test-references/samples/tests/spec/interactivity cursor.png focus.png