Re: HP and their plans for Batik

2001-10-01 Thread Randall Parker
Vincent, Correct me if I'm wrong: One or more of the patent holders who claim thart SVG uses patents could demand that all software that does stuff with SVG could demand a royalty payment for the use of Batik. This is the issue: Will the patent claims made by the vendors at this page: http

Re: ANN: SVG Rasterizer task 1.1

2001-10-01 Thread Henri K Ruini
> Thanks for putting this together. Would you like to contribute it to > the Batik project? I think this would be a great addition. I'm happy to donate the task to the Batik project. I've been using Batik and other Apache tools quite a lot, so it's really nice to give something back. Thanks!

Re: More on: Re: HP and their plans for Batik

2001-10-01 Thread tom poe
On Monday 01 October 2001 08:33, Bill Haneman wrote: - - -snip- - - > That doesn't necessrily mean that it's not evil... > > -Bill > > (personal opinion) > Hello: Well, just for starters. There is an obvious movement from industry to take control of the Internet. A claim backed up by the spur

Re: Batik Under OS X 10.1

2001-10-01 Thread Jeff Adams
> > Hmm, if I had to guess the problem is that it finds the font but >for some reason it can't match our requests for glyphs with the glyphs >in the font, so it prints the above diagnositc and uses the 'missing >glyph' outline (the box), so our GlyphVector gets filled with missing >glyphs, thi

Re: More on: Re: HP and their plans for Batik

2001-10-01 Thread Bill Haneman
>Hello, > >Here are some interesting pointers regarding the intellectual >property issues with regards to SVG: > >+ The W3C FAQ on their patent policy: > http://www.w3.org/2001/08/16-PP-FAQ > >+ Someone pointed out to me that IETF is doing RAND as per > RFC 2026, since 1996. See: > http:/

Re: How to produce SAX events from SVGGraphics2D

2001-10-01 Thread Vincent Hardy
Stephan, In your code, are you actually doing both the System.out and the DOMStreamer? If so, try to do the DOMStreamer only. The stream method resets the content of the of the SVGGraphics2D which is 'empty' (i.e., clean canvas), after the call... See: public void stream(Writer writer, boolea

Re: Batik Under OS X 10.1

2001-10-01 Thread Thomas E Deweese
> "JA" == Jeff Adams <[EMAIL PROTECTED]> writes: JA> At 6:22 PM -0400 9/29/01, David Mundie wrote: >> Among the reasons I eagerly awaited OS X 10.1 was the hope that the >> Batik streaking problem under 10.0 would be gone. Similarly, I'm still trying to get my hands on a copy of Mac OS X

More on: Re: HP and their plans for Batik

2001-10-01 Thread Vincent Hardy
Hello, Here are some interesting pointers regarding the intellectual property issues with regards to SVG: + The W3C FAQ on their patent policy: http://www.w3.org/2001/08/16-PP-FAQ + Someone pointed out to me that IETF is doing RAND as per RFC 2026, since 1996. See: http://asg.web.cmu

How to produce SAX events from SVGGraphics2D

2001-10-01 Thread Stephan Michels
hi, I want to write a Transformer for cocoon, and use the batik SVGGraphics2D class. To produce the SAX events I use the DOMStreamer from cocoon. But the xml file which the DOMStreamer produce is not complete. Has anyone a working example, or can help me? DOMImplementation domImpl = GenericDOM

Re: HP and their plans for Batik

2001-10-01 Thread Vincent Hardy
Tom, tom poe wrote: > And you ask, what has this to do with DMCA, SSSCA, Batik? Well, there seems > to be some small glitches in just who owns the rights to Scalable Vector > Graphics, and just how Internet access will be controlled down the road. > Remember our friend the GIF? Tomorrow, there

Re: DOM Interface build

2001-10-01 Thread Vincent Hardy
Vijaya, What are you trying to compile and which Batik dowload are you using? I am able to compile the Batik code base from the repository, so I guess you are using something else. Thanks for letting us know. Vincent. > Vijaya Kumar wrote: > > Where can I get the dom interface binaries org.w3c