cvs commit: xml-batik/xdocs architecture.xml

2002-06-18 Thread vhardy
vhardy 2002/06/19 00:03:47 Modified:xdocsarchitecture.xml Log: Removed ^M in architecture.xml Revision ChangesPath 1.8 +27 -27xml-batik/xdocs/architecture.xml Index: architecture.xml ==

cvs commit: xml-batik/xdocs site-book.xml status.xml svgrasterizer.xml

2002-06-18 Thread vhardy
vhardy 2002/06/19 00:02:19 Modified:xdocssite-book.xml status.xml svgrasterizer.xml Log: Fixed errors reported by Robert, a couple issues in the status page and removed ^M in svgrasterizer Revision ChangesPath 1.31 +2 -2 xml-batik/xdocs/site-book.xml

cvs commit: xml-batik/xdocs demo.xml domTutorial.xml extendingBatik.xml faq.xml index.xml svgviewer.xml

2002-06-18 Thread vhardy
vhardy 2002/06/18 10:01:51 Modified:xdocsdemo.xml domTutorial.xml extendingBatik.xml faq.xml index.xml svgviewer.xml Log: Minor ^M issues. Modified doc to reference the browser as SVG Browser. Added new options to svgrasterizer page. Revision Chan

Re: svg font clipping

2002-06-18 Thread Thomas E Deweese
> "KL" == Keiron Liddle <[EMAIL PROTECTED]> writes: KL> On Tue, 2002-06-18 at 13:40, Thomas E Deweese wrote: >> What is the current state of FOP + Batik? KL> The issue with FOP is really about the releases, not so much cvs. KL> Currently releases are coming from a branch. There is a release

Re: svg font clipping

2002-06-18 Thread Keiron Liddle
On Tue, 2002-06-18 at 13:40, Thomas E Deweese wrote: > What is the current state of FOP + Batik? The issue with FOP is really about the releases, not so much cvs. Currently releases are coming from a branch. There is a release happening soon that will work with 1.5b2 and current Batik cvs. >

cvs commit: xml-batik/samples/tests/spec/scripting svg.svg

2002-06-18 Thread tkormann
tkormann2002/06/18 05:50:06 Modified:sources/org/apache/batik/bridge SVGGElementBridge.java SVGSVGElementBridge.java Added: samples/tests/spec/scripting svg.svg Log: Add support for dynamic updates of x,y,width,height,viewBox, and preserveAspectRati

cvs commit: xml-batik/sources/org/apache/batik/apps/svgbrowser Main.java

2002-06-18 Thread vhardy
vhardy 2002/06/18 05:38:02 Modified:sources/org/apache/batik/apps/svgbrowser Main.java Log: Fixed issue when the number of last visited URIs was 0 Revision ChangesPath 1.37 +4 -2 xml-batik/sources/org/apache/batik/apps/svgbrowser/Main.java Index: Main.jav

cvs commit: xml-batik/sources/org/apache/batik/apps/svgbrowser Application.java JSVGViewerFrame.java Main.java XMLPreferenceManager.java

2002-06-18 Thread vhardy
vhardy 2002/06/18 05:27:11 Modified:sources/org/apache/batik/apps/svgbrowser Application.java JSVGViewerFrame.java Main.java XMLPreferenceManager.java Log: Implemented RFE #4834 (making last visited files persistent. The most r

Re: svg font clipping

2002-06-18 Thread Thomas E Deweese
> "VH" == Vincent Hardy <[EMAIL PROTECTED]> writes: >>> getBounds - for GraphicsNode.getGeometryBounds() >>> getDecoratedShape - for GraphicsNode.getBounds() VH> You meant TextNode.getGeometryBounds() and TextNode.getOutline(), VH> right? >> They are the same methods, TextNode derives off

Re: svg font clipping

2002-06-18 Thread Thomas E Deweese
> "KL" == Keiron Liddle <[EMAIL PROTECTED]> writes: KL> On Tue, 2002-06-18 at 08:28, Vincent Hardy wrote: >> > No, it's not a trivial change (I've played with removing methods >> > enough to be fairly sure I know what the dependencies are). My >> > preference is actually to rationalize the T

Re: svg font clipping

2002-06-18 Thread Keiron Liddle
On Tue, 2002-06-18 at 08:28, Vincent Hardy wrote: > > No, it's not a trivial change (I've played with removing methods > > enough to be fairly sure I know what the dependencies are). My > > preference is actually to rationalize the TextPainter interface but > > FOP probably wouldn't like that

cvs commit: xml-batik/sources/org/apache/batik/script/rhino RhinoInterpreter.java

2002-06-18 Thread vhardy
vhardy 2002/06/18 01:27:22 Modified:sources/org/apache/batik/script InterpreterPool.java sources/org/apache/batik/script/rhino RhinoInterpreter.java Log: Clean-up: Fixed bug #8404 and removed hard coded constants from scripting module Revision ChangesPath

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

2002-06-18 Thread vhardy
vhardy 2002/06/18 01:05:23 Modified:sources/org/apache/batik/svggen DOMTreeManager.java SVGGraphics2D.java test-resources/org/apache/batik/svggen regsvggen.xml Added: test-sources/org/apache/batik/svggen GetRootTest.java Log: Fixed bug