[svg-developers] Re: target in IE 7

2007-01-11 Thread pilatfr
--- In svg-developers@yahoogroups.com, "Andreas Neumann" <[EMAIL PROTECTED]> wrote: Hi Andreas I think that it's not Adobe problem ... It's also some bug with security parameters, on a site with security to middle level there is no problem On my local host with more facilities, I get the proble

[svg-developers] Re: View source in IE 7

2007-01-11 Thread pilatfr
--- In svg-developers@yahoogroups.com, "ddailey" <[EMAIL PROTECTED]> wrote: > Hi Problem come from target="_blank" See posts about that It's MS bug about security parameters Michel > In IE6 I was able to use "view source" from the right context menu to see SVG source. Not in IE7. The onl

[svg-developers] SVG graphic is in out of viewport, when editing in Illustrator

2007-01-11 Thread cybernaut cybernaut
HI All , When i try to edit the SVG pasted/attached here in Illustrator , the svg graphic shown is in out of viewport . The width and height are specified as 100% .But if i specify the real width /height in pixels as defined in the viewBox everything is working fine . Any idea , why illus

Re: [svg-developers] onresize event handler

2007-01-11 Thread ddailey
Samy, I see the problem as well in FF1.5. (IE/ASV detects the event just fine. as does Opera). FF1.5 has no problem with the event in HTML (either in the body or in a frameset), but just doesn't seem to like it in the tag. Perhaps it is a bug; perhaps there is a theory of interpretation of the

[svg-developers] Re: : HTML <--> SVG scripting using frameset

2007-01-11 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, "ddailey" <[EMAIL PROTECTED]> wrote: > > I've been consistently unable to get SVG and HTML to talk to one another when the SVG appears in the W3C supported . object is a problem with IE and the Adobe SVG viewer as for security reasons Adobe disables script

Re: [svg-developers] Re: : HTML <--> SVG scripting using frameset

2007-01-11 Thread ddailey
Thanks Martin, for the definitive answer on the issue. I will stop banging my head against this. My sysadmin will be delighted to know it is not his fault. I suspect a similar reason may underlie the reason that JavaScript in IE/ASV cannot weasel its way into SVG inside a frame without receivi

[svg-developers] Re: onresize event handler

2007-01-11 Thread Samuel Dagan
Hi David, Thanks! I found how to use onresize. 1)Put in the script, before the functions: window.onresize=handleResize; 2)write a function: function handleResize(){ ...} It works as a charm. Cheers, Samy --- In svg-developers@yahoogroups.com, "ddailey" <[EMAIL PROTECTED]> wrote: > > Samy, >

[svg-developers] batik/svg tutorial

2007-01-11 Thread Amy
Does anyone know of a website with a good batik/svg tutorial? I have an svg which defines a style, say a pen stroke. Using a java applet and batik, I define the coordinates of a line. If I specifically add coordinates to the svg, I can draw it in the applet. Separately, I can draw the line I d