[svg-developers] Re: Stroke width inside the shape -- Bug in Opera and IE??

2008-12-18 Thread Robert Longson
--- In svg-developers@yahoogroups.com, ddailey ddai...@... wrote: Apologies if this message appears here more than once -- I have had some trouble with some of my postings to this group recently - I saw Frank's suggestion (below) and thought yes of course! How

Re: [svg-developers] Re: Stroke width inside the shape -- Bug in Opera and IE??

2008-12-18 Thread G. Wade Johnson
I can add tests of Squiggle made with Batik. Versions 1.6, 1.7, and a prerelease 1.8 all generate an exception. The message is 'null' and exception appears to start at org.apache.batik.swing.svg.GVTTreeBuilder.run and scrolls completely out of the screen buffer. G. Wade On Wed, 17 Dec 2008

[svg-developers] Re: Stroke width inside the shape -- Bug in Opera and IE??

2008-12-18 Thread Robert Longson
--- In svg-developers@yahoogroups.com, G. Wade Johnson gwa...@... wrote: I can add tests of Squiggle made with Batik. Versions 1.6, 1.7, and a prerelease 1.8 all generate an exception. The message is 'null' and exception appears to start at org.apache.batik.swing.svg.GVTTreeBuilder.run and

Re: [svg-developers] Re: Stroke width inside the shape -- Bug in Opera and IE??

2008-12-18 Thread thomas . deweese
Hi all, The problem is that the document as described has infinite recursion (the clip path is clipped by it's self). The following forumlation fixes that: svg width=100% xmlns=http://www.w3.org/2000/svg; xmlns:xlink=http://www.w3.org/1999/xlink; defs clipPath id=cp_poly1

[svg-developers] Re: Safari 3.2.1 with ASV 3.0 won't View Source

2008-12-18 Thread Kenneth Nellis
Thanx, Andreas. I did download and play with the latest nightly WebKit build. My few SMIL things worked fine and so does View Source! Compared with ASV3, certain other things work better and certain other things work worse. I seem to have a text problem, that may be my own problem, but it

[svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-18 Thread Frank Bruder
My guess would be that the a element with an empty xlink:href attribute causes the browser to reload the same document when you click it, after the code got executed. Try replacing the a with g style=cursor:pointer; Hopefully that'll fix it. Regards, Frank --- In svg-developers@yahoogroups.com,

[svg-developers] Re: Safari 3.2.1 with ASV 3.0 won't View Source

2008-12-18 Thread Andreas Neumann
yes, it is also my impression that some things are better and some are worse. But Webkit is under active development while ASV is dead. Also, all in all, performance in Webkit and browser integration is good. I agree that there are still some bugs. I encourage you to report the bugs at

Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-18 Thread Frank Bruder
I didn't see this was solved already when I wrote my last message, because this is spread out over four different threads now. Apparently the list doesn't recognize a message belongs to the same topic if the 'Re:' comes before '[svg-developers]' in the subject line. However. Instead of using the