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

2003-07-03 Thread vhardy
vhardy 2003/07/03 00:53:59 Modified:sources/org/apache/batik/svggen SVGGraphics2D.java test-resources/org/apache/batik/svggen regsvggen.xml Added: test-sources/org/apache/batik/svggen Bug21259.java Log: Fixed bug 21259 Revision ChangesPath 1.1

cvs commit: xml-batik/test-references/org/apache/batik/svggen Bug17965.svg ContextBug17965.svg ContextRHints.svg RHints.svg

2003-07-03 Thread vhardy
vhardy 2003/07/03 01:44:53 Modified:test-references/org/apache/batik/svggen ContextRHints.svg RHints.svg Added: test-references/org/apache/batik/svggen Bug17965.svg ContextBug17965.svg Log: Fixed bug 17965 Revision Change

cvs commit: xml-batik/test-references/org/apache/batik/svggen/renderingBug6535.png ContextDrawImage.png DrawImage.png Font1.png Font2.png

2003-07-03 Thread Vincent Hardy
vhardy 2003/07/03 02:07:05 Modified:sources/org/apache/batik/svggen SVGRenderingHints.java test-references/org/apache/batik/svggen ATransform.svg BStroke.svg BasicShapes.svg BasicShapes2.svg Bug17965.svg Bug4945.svg Clip.svg Col

cvs commit: xml-batik/test-references/svgbe coords-units-BE-01.png coords-viewBox-BE-03.png filters-convolve-BE-06.png filters-fldMrgOff-BE-15.png filters-turb-BE-11.png linking-view-BE-04.png linking-view-BE-05.png masking-vportClip-BE-09.png text-text-BE-01.png text-whiteSpace-BE-06.png

2003-07-03 Thread vhardy
vhardy 2003/07/03 03:54:14 Modified:test-references/samples henryV.png mapSpain.png mapWaadt.png moonPhases.png test-references/samples/extensions filterRegionDetailed.png flowText.png multi.png test-reference

cvs commit: xml-batik/test-sources/org/apache/batik/test MemoryLeakTest.java MemoryLeakTestValidator.java

2003-07-03 Thread deweese
deweese 2003/07/03 07:10:06 Modified:sources/org/apache/batik/bridge SVGTextElementBridge.java test-resources/org/apache/batik/test samplesRendering.xml unitTesting.xml test-resources/org/apache/batik/test/resources

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

2003-07-03 Thread vhardy
vhardy 2003/07/03 07:51:09 Modified:test-resources/org/apache/batik/test unitTesting.xml Added: test-sources/org/apache/batik/test PerformanceTest.java PerformanceTestValidator.java Log: Initial commit of PerformanceTest with validation test Revi

Re: cvs commit: xml-batik/test-resources/org/apache/batik/dom unitTesting.xml

2003-07-03 Thread Jeremias Maerki
A little observation: The Board has decided that the full licencse text must be used. The short text is not allowed anymore. See "ASF Board Meeting Summary for February 19, 2003" mail that was sent to [EMAIL PROTECTED] On 01.07.2003 17:13:46 vhardy wrote: > Index: DOMUtilitiesCharacterEscaping.

dynamically adding text nodes to a document

2003-07-03 Thread Krevetski, Maria T (EMA)
Hello, I'm trying to dynamically create an svg document, append text nodes to it, and then display the svg document on a JSVGCanvas. I'm getting this error. Can anyone tell me what I need to do to fix it? Thanks. java.lang.NullPointerException at org.apache.batik.css.engine.CSSEngine.getCasca

dynamically adding text nodes to a document

2003-07-03 Thread Krevetski, Maria T (EMA)
> Hello, > > I'm trying to dynamically create an svg document, append text nodes to it, > and then display the svg document on a JSVGCanvas. I'm getting this > error. Can anyone tell me what I need to do to fix it? Thanks. > > java.lang.NullPointerException > at org.apache.batik.css.

Re: dynamically adding text nodes to a document

2003-07-03 Thread Thomas DeWeese
Krevetski, Maria T (EMA) wrote: Hello, I'm trying to dynamically create an svg document, append text nodes to it, and then display the svg document on a JSVGCanvas. I'm getting this error. Can anyone tell me what I need to do to fix it? Thanks. Hmm looks to me like you might be using 'bad

[patch] kerning attribute fix

2003-07-03 Thread Daniel Phillips
In order to precisely position text characters in SVG, it's often necessary to set kerning='0' on text elements to ensure that unwanted tweaks aren't made to character positions during display or printing. However, Batik handles the 'kerning' attribute incorrectly. It treats a kerning value as

Re: [patch] kerning attribute fix

2003-07-03 Thread Thomas DeWeese
Daniel Phillips wrote: In order to precisely position text characters in SVG, it's often necessary to set kerning='0' on text elements to ensure that unwanted tweaks aren't made to character positions during display or printing. However, Batik handles the 'kerning' attribute incorrectly. It tre