Hi,
On Sat, Apr 26, 2008 at 10:35 PM, Kenneth McDonald <[EMAIL PROTECTED]> wrote: > I'm interested in using Batik to write a text editor, and would appreciate > it if anyone could point me to examples of how Batik is best used to > dynamically manipulate text (from Java, not JavaScript). I have the book on > order, but it's not here yet, and I'm impatient :-). > Not really an example. For text related stuff you can start exploring SVG DOM API for text eg: SVGTextElement, SVGTSpanElement, etc. The doc for SVG DOM API is available for download from W3C website under SVG Spec Cheers Tonny Kohar -- Sketsa SVG Editor imagine, design, create ... http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
