I just noticed that Batik now supports SVG content in the <image> tag. Way to go Batik! This means that this is supported in IE/ASV and Batik. I was...
57714
brucerindahl
Dec 19, 2006 4:58 pm
... I forgot to include Safari in this post - sorry. Bruce...
57715
Jeff Schiller
jeff_schiller
Dec 19, 2006 7:18 pm
... Back in October there were some discussions of this for Firefox3 (http://wiki.mozilla.org/Firefox3/StatusMeetings/2006-10-19) but I'm afraid I don't know...
57716
Cameron McCormack
heycam_yg
Dec 19, 2006 8:43 pm
Hi Bruce. ... Thanks! But I think it has been supported for a number of years… -- Cameron McCormack, http://mcc.id.au/ xmpp:heycam@... ▪ ICQ...
57717
ddailey
ddailey@...
Dec 19, 2006 8:52 pm
.Bruce Rindahl wrote: "I just noticed that Batik now supports SVG content in the <image> tag. Way to go Batik! This means that this is supported in IE/ASV and...
57718
brucerindahl
Dec 19, 2006 8:56 pm
... I am a newbie to Batik - Sorry I should have said: I just now noticed that Batik supports SVG content in the <image> tag. Thanks! Bruce...
57719
hardisondan
Dec 19, 2006 9:27 pm
Thanks Bruce! I havent looked yet, but that sounds very promising. Dan ... ...
57720
Charles McCathieNevile
charlesmccn
Dec 19, 2006 9:45 pm
On Tue, 19 Dec 2006 20:12:32 +0100, Jeff Schiller ... You'll have to wait for Erik (Ed) or David (Davve) I am afraid. I can't tell you anything much on this...
57721
Dan Hardison
hardisondan
Dec 19, 2006 11:52 pm
Hi Bruce, I cant seem to access lrcwe-data.com. I can get to lrcwe.com and browsed around, but couldnt find the stuff you sent in your email. Dan _____ From:...
57722
brucerindahl
Dec 20, 2006 3:47 am
... Try www.lrcwe-data.com Bruce...
57723
Dan Hardison
hardisondan
Dec 20, 2006 3:56 am
That works. BTW.. I did have www before. None of the URLs in your post were working. But I will check it out now Thanks again _____ From: brucerindahl...
57724
Erik Dahlström
ed@...
Dec 20, 2006 9:55 am
On Tue, 19 Dec 2006 22:45:00 +0100, Charles McCathieNevile ... For <svg:image> that references svg images, that's a possible target for Opera 10. If you meant...
57725
Jim
jamesm067
Dec 20, 2006 6:10 pm
Hello, I just read that Adobe has decided to redact their decision to make the Adobe SVG Viewer go end-of-life, but I cannot find that in writing on Adobe's...
57726
Bjoern Hoehrmann
hoermi
Dec 20, 2006 6:44 pm
... See http://www.adobe.com/svg/eol.html and the FAQ linked from there. ... Microsoft does not normally introduce major new features in minor product...
57727
Doug Schepers
d_a_schepers
Dec 20, 2006 6:45 pm
Hi, Jim- I don't work for Adobe or Microsoft, but the following is my best information. ... Adobe will discontinue support for ASV as of January 1, 2008. This...
57728
Doug Schepers
d_a_schepers
Dec 20, 2006 7:32 pm
Hi- Last week, the panel of judges for the SVG logo contest decided upon the finalists and the winner of the contest. We are pleased to announce that the...
57729
Jeff Schiller
jeff_schiller
Dec 20, 2006 8:19 pm
Since the "information" you are quoting is coming from my blog, I feel it my duty to respond. Adobe, EOL, ASV: ...
57730
Jeff Schiller
jeff_schiller
Dec 21, 2006 4:53 am
... the ... Doug, I agree - 'brand recognition39; is important and I thank 6th Sense Analytics and everyone else behind the contest - I think the winning choice...
57731
Doug Schepers
d_a_schepers
Dec 21, 2006 5:27 am
Hi, Jeff- ... Thanks, I do too. Harvey did a great job. I thought translucent reflection was the new black, though. And I'd like to thank you for being such...
57732
Cameron McCormack
heycam_yg
Dec 21, 2006 5:49 am
... Another good thing to do when you’re cleaning it up is to make a version of the logo that has the actual “SVG” string as a text element, with an SVG...
57733
Doug Schepers
d_a_schepers
Dec 21, 2006 6:01 am
Hey, Cameron- ... I'm way ahead of you, my friend. And I'm adding in a graphics-only fallback with a title and desc in case SVG fonts aren't supported. ... ...
57734
brucerindahl
Dec 21, 2006 5:12 pm
... If you are interested, I load logos via XMLHTTPRequest and it works across all browsers. The function is a slight modification of Andreas Neumann's code....
57735
Jeff Schiller
jeff_schiller
Dec 21, 2006 6:34 pm
... Thanks, Bruce - that's a great example. Might be nicer to just have: <g onload="importsvg('someFile.svg', this)">...</g> where importsvg() wraps up your...
57736
Doug Schepers
d_a_schepers
Dec 21, 2006 7:14 pm
Hi, Jeff- ... For SVG Tiny 1.2, we tightened up the particulars of scripting (child content and referenced files, scripting context, order of execution, etc.)....
57737
Bjoern Hoehrmann
hoermi
Dec 21, 2006 8:00 pm
... There is no way. The only possible way would be to get the last element in document order during progressive load. Since SVG 1.1 does not define the exact...
57738
Jeff Schiller
jeff_schiller
Dec 21, 2006 8:01 pm
... and if ... Doug, you can ignore my request - it was only a curiosity and there's no practical application for it, I guess. I was just looking to avoid...
57739
Jon Ferraiolo
jon_ferraiolo
Dec 21, 2006 8:40 pm
To elaborate on Bjoern's comments, if script elements point to external JavaScript, then the timing of the HTTP requests to pull down the various JavaScript...
57740
Martin Honnen
honnen_martin
Dec 22, 2006 2:04 pm
... various ... (If not, ... In text/html content browsers support document.write/document.writeln to insert content while the page loads at the place of the...
57741
twt1970
Dec 22, 2006 3:40 pm
http://webcat.fhsu.edu/ksfauna/herps/index.asp? page=species&species_id=420- 872&dots=yes&tributaries=yes&isAnura=1&map=ks maps and graphs are dynamically...
57742
Martin Honnen
honnen_martin
Dec 22, 2006 3:56 pm
... That SVG document is embedded with an object element in a HTML document. Make sure that ASP sending the SVG sets Response.ContentType = "image/svg+xml" ...