Re: Enhancement for OutputManager (SVGTranscoder)

2004-02-05 Thread Tonny Kohar
hi, > > I would like to submit enhancement for OutputManager. > > This patch will format the attrib to have new line on the specified > > documentWidth and indent the newline according to getTabulationWidth > > useful for example to format very long path element d attribute. > > There is a p

Re: Enhancement for OutputManager (SVGTranscoder)

2004-02-05 Thread Thomas DeWeese
Tonny Kohar wrote: hi, I would like to submit enhancement for OutputManager. This patch will format the attrib to have new line on the specified documentWidth and indent the newline according to getTabulationWidth useful for example to format very long path element d attribute. There is a pro

Rhino and BatikSecurityController

2004-02-05 Thread Igor Bukanov
Hi! Antoine Levy-Lambert has posted a message at netscape.public.mozilla.jseng newsgroup about an incompatible change in Rhino CVS tip that caused Batik to fail during compilation. First, thanks for the error report, the changes in Rhino were supposed to be backward-compatible and I will fix Rhi

Re: Rhino and BatikSecurityController

2004-02-05 Thread Thomas DeWeese
Igor Bukanov wrote: Antoine Levy-Lambert has posted a message at netscape.public.mozilla.jseng newsgroup about an incompatible change in Rhino CVS tip that caused Batik to fail during compilation. First, thanks for the error report, the changes in Rhino were supposed to be backward-compatible an

Re: Rhino and BatikSecurityController

2004-02-05 Thread Igor Bukanov
On Thu, 05 Feb 2004 11:03:36 -0500, "Thomas DeWeese" <[EMAIL PROTECTED]> said: > > ... however my > understanding is that script security is implemented using the Java > 2 Security model in particular it puts _all_ the rhino classes in the > sand box[*]. I'm sure that a second set of eyes lookin

Re: Rhino and BatikSecurityController

2004-02-05 Thread Igor Bukanov
On Thu, 05 Feb 2004 11:03:36 -0500, "Thomas DeWeese" <[EMAIL PROTECTED]> said: > > ... however my > understanding is that script security is implemented using the Java > 2 Security model in particular it puts _all_ the rhino classes in the > sand box[*]. I'm sure that a second set of eyes lookin

Re: Rhino and BatikSecurityController

2004-02-05 Thread Thomas DeWeese
Igor Bukanov wrote: On Thu, 05 Feb 2004 11:03:36 -0500, "Thomas DeWeese" <[EMAIL PROTECTED]> said: ... however my understanding is that script security is implemented using the Java 2 Security model in particular it puts _all_ the rhino classes in the sand box[*]. I'm sure that a second set of ey

Re: Rhino and BatikSecurityController

2004-02-05 Thread Igor Bukanov
On Thu, 05 Feb 2004 14:38:23 -0500, "Thomas DeWeese" <[EMAIL PROTECTED]> said: > ... >Actually Batik gives the Rhino interpreter the class loader to use. > So the class loader is from the Batik Context not the Rhino context. > The Class loader also appears to associate an appropriate code sour

invokeAndWait problem

2004-02-05 Thread Tjorven Lauchardt
Hi, I have a question about the invokeAndWair() method of RunnableQueue. This code: getCanvas().getUpdateManager().getUpdateRunnableQueue().invokeAndWait(new NoRepaintRunnable() { public void run() {...} }); crashes every time into an IllegalStateException "Cannot be called from the RunnableQu

Test

2004-02-05 Thread Cameron McCormack
Sorry about the test, my last mail didn't get to the list. -- Cameron McCormack | Web: http://mcc.id.au/ | ICQ: 26955922 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

SoftDoublyIndexedTable for storing LiveAttributeValues

2004-02-05 Thread Cameron McCormack
Hi Thomas. My implementation of animation is (slowly) progressing. I noticed just now a bug in my program where some elements were forgetting their animated attribute values. I see that dom.svg.AbstractElement is using a SoftDoublyIndexedTable to store the (namespace, localName, LiveAttributeVal