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
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
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
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
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
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
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.
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
> 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.
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
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
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
12 matches
Mail list logo