Re: Creat a line through Path command

2001-12-10 Thread Vincent Hardy
Arvind, Your code keeps modifying the d attribute on the same path element (created only once). The appendChild method first removes the child from the tree if it is already in the tree, which is the case in your example. You'll need to create a new path element for each iteration of the loop.

Re: Creat a line through Path command

2001-12-10 Thread Arvind Sareen
Vincent, Thanks for the solution. Arvind >From: Vincent Hardy <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Creat a line through Path command >Date: Mon, 10 Dec 2001 09:58:43 +0100 > >Arvind, > >Your code keeps modifying the d attribute on the same path

Append the SVG file

2001-12-10 Thread Arvind Sareen
Hi Can anybody help me in appending the data in a svg file. I have created a file with a single line. Now I want to add one more line to that line. Next time when I execute the file. The previous line should be there, it should not get removed. I used RandomAccessFile in rw mode, so that I coul

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

2001-12-10 Thread tkormann
tkormann01/12/10 06:20:12 Modified:sources/org/apache/batik/bridge SVGClipPathElementBridge.java sources/org/apache/batik/gvt AbstractGraphicsNode.java GraphicsNode.java sources/org/apache/batik/gvt/text Glyph

cvs commit: xml-batik/samples/tests/spec/text textPosition.svg textPosition2.svg

2001-12-10 Thread tkormann
tkormann01/12/10 06:24:23 Added: samples/tests/spec/text textPosition.svg textPosition2.svg Log: add missing file Revision ChangesPath 1.1 xml-batik/samples/tests/spec/text/textPosition.svg Index: textPosition.svg ===

Re: [Webpage BUG] batikDemo.html

2001-12-10 Thread Vincent Hardy
Philipp, On second look (thanks Thomas (Deweese) for his input), there was a problem with the web site update. I just fixed it (but remember to do a Shift+reload). Let me know if that takes care of the issue. Cheers, Vincent. > Philipp, > > Could you tell us what you see duplicated? Do you ha

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

2001-12-10 Thread tkormann
tkormann01/12/10 08:20:30 Modified:test-resources/org/apache/batik/test samplesRendering.xml Added: samples/tests/spec/masking clipTransform.svg Log: add a new test to illustrate transform on clipPath content Revision ChangesPath 1.1 xml-batik/sa

cvs commit: xml-batik/sources/org/apache/batik/gvt/text GlyphLayout.java

2001-12-10 Thread deweese
deweese 01/12/10 10:30:34 Modified:sources/org/apache/batik/ext/awt/image/renderable AbstractRable.java sources/org/apache/batik/gvt/font AWTGVTFont.java AWTGVTGlyphVector.java sources/org/apache/batik/gvt/tex

Batik 1.1 UML Diagrams updated !!

2001-12-10 Thread r d
Batikers, I would like to inform everyone that I have spoken to Stuart Zakon of http://www.objectsbydesign.com about updating the open source UML diagrams of the Batik project that he has made to help developers and users understand the structure of the code in Batik. Over the weekend

Batik Website observations ...

2001-12-10 Thread r d
Hello Batik Team, (note) JMO (just my opinion and first observations) some the observations hold more weight then others I will try to keep this keep observations to addess a few issue at a time. +*+ observation Batik 1.1 web site observations +**

cvs commit: xml-batik/sources/org/apache/batik/gvt/text GlyphLayout.java

2001-12-10 Thread deweese
deweese 01/12/10 14:01:00 Modified:sources/org/apache/batik/gvt/font AWTGVTGlyphVector.java sources/org/apache/batik/gvt/text GlyphLayout.java Log: 1) Fixed the last text layout issues on Mac OS X (GlyphVector was returning the metrics for the first char for all

cvs commit: xml-batik/xdocs svgpp.xml svgrasterizer.xml svgviewer.xml

2001-12-10 Thread tkormann
tkormann01/12/10 23:38:20 Modified:xdocssvgpp.xml svgrasterizer.xml svgviewer.xml Log: fix version number in the documentation Revision ChangesPath 1.5 +2 -2 xml-batik/xdocs/svgpp.xml Index: svgpp.xml

cvs commit: xml-batik/xdocs index.xml

2001-12-10 Thread tkormann
tkormann01/12/10 23:39:08 Modified:xdocsindex.xml Log: fix alt on the main logo Revision ChangesPath 1.34 +2 -2 xml-batik/xdocs/index.xml Index: index.xml === RCS file: /home/cvs/xml-b

Re: Batik Website observations ...

2001-12-10 Thread Thierry Kormann
On Monday 10 December 2001 22:16, r d wrote: > > First off great job getting Batik 1.1 out the door!!! > second offNice work on update of Web site! > -the new images look greatreally friendly > and usable... > > Third offThe Batik 1.1 spalsh graphic on the first page > of

Re: Clip vs. rotate: bug in 1.1?

2001-12-10 Thread Thierry Kormann
On Thursday 06 December 2001 22:42, J. David Eisenberg wrote: > I like version 1.1's speed. I have an odd problem with one test (which > didn't work correctly in earlier versions either). In the following file, > both paths look the same in Adobe SVG 3.0; they look different in Batik. > Who's rig