Re: [svg-developers] Re: overflow="hidden"

2010-12-20 Thread Erik Dahlstrom
On Sun, 19 Dec 2010 10:17:18 +0100, t...@ymail.com wrote: > Here's what the specs say: > > http://www.w3.org/TR/SVG/masking.html#AutoClipAtViewportNotViewBox > > but what does it mean? At least this works in Opera: > > > http://www.w3.org/2000/svg"; > xmlns:xlink="http://www.w3.org/1999/xli

[svg-developers] Fixing a dynamic graph

2010-12-20 Thread Pranav Lal
Hi all, I have a SVG graph that I have generated using Microsoft Excel. I am having 2 problems with the graph. 1. I am drawing the axes as thin rectangles since that is what Excel draws them as. However, they seem to be interfearing with the lines and I am not too sure where I am going wrong. 2.

[svg-developers] IE8+ window.location

2010-12-20 Thread Chris Peto
Hi, I cannot set IE8 window.location. Is there some kind of security thing I can change? I must do it over javascript, any suggestions? Mit freundlichen Grüßen/Regards Chris Peto [Non-text portions of this message have been removed] - To

[svg-developers] onload not call by "back" button

2010-12-20 Thread Chris Peto
Hi, Does anybody know why Opera and others do not call "unload" by Back and Forward? Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany [Non-text portions of this message have been removed]

RE: [svg-developers] onload not call by "back" button

2010-12-20 Thread Chris Peto
Hi, Sorry, that was "onload" by back and forward button is not always called? Regards, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Chris Peto Sent: Montag, 20. Dezember 2010 18:07 To: svg-developers@yahoogroups.com Subject: [svg-devel

[svg-developers] Re: onload not call by "back" button

2010-12-20 Thread Robert Longson
Presumably the data is still there in a browser cache and is therefore neither unloaded, nor reloaded. Best regards Robert --- In svg-developers@yahoogroups.com, "Chris Peto" wrote: > > Hi, > > > > Does anybody know why Opera and others do not call "unload" by Back and > Forward? > > >

Re: [svg-developers] Re: onload not call by "back" button

2010-12-20 Thread Sayed Arian Kooshesh
does jqueries's document.ready fall prey to this? I think it doesn't On Mon, Dec 20, 2010 at 4:16 PM, Robert Longson wrote: > > > Presumably the data is still there in a browser cache and is therefore > neither unloaded, nor reloaded. > > Best regards > > Robert > > > --- In svg-developers@yahoog

[svg-developers] Re: overflow="hidden"

2010-12-20 Thread Kenneth N
Perfect! It makes the overflow="hidden" attribute superfluous. Thanx! —Ken Nellis --- In svg-developers@yahoogroups.com, "Erik Dahlstrom" wrote: > > On Sun, 19 Dec 2010 10:17:18 +0100, t...@... wrote: > > > Here's what the specs say: > > > > http://www.w3.org/TR/SVG/masking.html#AutoClipAtViewp