Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

svg-developers · SVG Developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 8774
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 65552 - 65581 of 66112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
65552 jujuvivi Send Email Mar 2, 2012
7:51 pm
onbegin and onend events work great with IE9 and Firefox, but with Chrome 17, they are not fired. It has already been noted on this forum: ...
65553 Brian Birtles
brianskold Send Email
Mar 6, 2012
12:09 am
Hi Vincent, ... Yes, this appears to be unsupported in current WebKit browsers. Opera and Firefox support it. IE does not support SVG Animation so it will not ...
65554 mitmutzumglueck@...
myflickraddress Send Email
Mar 7, 2012
2:13 am
Hello, I am just new in the group because I am currently starting my first SVG web page. It should run not only by web access but also locally in a web...
65555 Brian Birtles
brianskold Send Email
Mar 7, 2012
5:10 am
Hi Christian, I am unable to see the attachment. Perhaps you could copy the SVG file into your message? Or send a link to the file? Thanks, Brian...
65556 Jeff Schiller
jeff_schiller Send Email
Mar 7, 2012
5:17 am
Why are you mailing around a HTML file? :) Jeff ... [Non-text portions of this message have been removed]...
65557 Armin Mueller
armintemp Send Email
Mar 7, 2012
8:17 am
Hi Christian, some browser make problem when starting html files locally (mostly because of HttpRequest commands). Perhaps this is the problem with your SVG. ...
65558 Charles McCathieNevile
charlesmccn Send Email
Mar 7, 2012
11:05 am
On Wed, 07 Mar 2012 09:16:49 +0100, Armin Mueller <A.Mueller@...> ... Or in Opera just click on opera:config#UserPrefs|AllowFileXMLHttpRequest (Every...
65559 Armin Mueller
armintemp Send Email
Mar 7, 2012
12:32 pm
Hi Chaals, thank you for this information. Good to know Armin Von: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] Im Auftrag von...
65560 Jonathan Chetwynd
j.chetwynd... Send Email
Mar 8, 2012
1:01 pm
the workaround is to set the canvas opacity to 0 for each pixel however is there a standards reason that: doc.getElementById("myCanvas&quot;).setElementByIdNS(null,...
65561 th_w@...
th_w@ymail.com Send Email
Mar 8, 2012
1:36 pm
... Do you mean something like document.getElementById("myCanvas").setAttribute("style";,"visibility:hidden")...
65562 jamesd
jcdeering1 Send Email
Mar 8, 2012
6:10 pm
... Perhaps that gentleman is financially embarrassed at the moment and places that provide free hosting such as Google+ are so mired in the twentieth century...
65563 David Dailey
ddailey@... Send Email
Mar 8, 2012
9:32 pm
See http://cs.sru.edu/~ddailey/svg/V1.svg This represents two Venn diagrams illustrating the additive and subtractive color models. (using 3 circles rather...
65564 honyk
j.tosovsky Send Email
Mar 11, 2012
9:10 pm
Dear All, I am facing a weird issue with the 'text on path' SVG feature. I want to achieve the same angles (acc. to Y axis) at which the right/left texts...
65565 krugerboy1971 Send Email Mar 13, 2012
11:42 am
I've got an HTML document with some inline SVG <svg id="mapWindow&quot; xmlns="http://www.w3.org/2000/svg" viewBox="79895.9 -55.7449 664697 664697"> <g...
65566 David Dailey
ddailey@... Send Email
Mar 13, 2012
12:52 pm
For IE9 (and presumably IE10 as well), the HTML document has to have the HTML5 doctype declaration: <!DOCTYPE html>. It should work just fine after that. ...
65567 krugerboy1971 Send Email Mar 13, 2012
12:58 pm
David Many, many thanks - on a ratio of characters-of-code:hours saved, this is off the scale... Alan...
65568 jamesd
jcdeering1 Send Email
Mar 13, 2012
8:46 pm
I am building a ecommerce site and have a problem with resizing an image. I have a link to expand a print image to full size screen. I would like to have a...
65569 krugerboy1971 Send Email Mar 13, 2012
9:01 pm
The plot thickens - i.e. this seems nuts - even with David's Doctype suggestion, I can't determine a cross-browser method of retrieving an attribute with a...
65570 krugerboy1971 Send Email Mar 13, 2012
9:18 pm
James is the SVG embedded in an HTML page somehow or is it windowed on its own? If it's embedded, then should be easy to calculate retrieving the svg tag...
65571 David Dailey
ddailey@... Send Email
Mar 13, 2012
10:12 pm
Hi Alan, My own experiments with HTML5 as a container for SVG persuade me that it's not quite ready for prime time yet. HTML5 has some good ideas but hasn't...
65572 Ed Beroset
beroset@... Send Email
Mar 13, 2012
10:30 pm
... I don't know if it's obvious or even useful, but I played with this a bit and read a bit and determined that if you use the line: var...
65573 Ed Beroset
beroset@... Send Email
Mar 13, 2012
11:00 pm
... Unfortunately, the HTML5 spec says "The HTML syntax does not support namespace declarations, even in foreign elements." See the full text with an example...
65574 Jaydeep Tank
jaydeep_tank Send Email
Mar 14, 2012
12:31 am
Hi All, I am changing mouse pointer (move and crosshair) for SVG at run time using JavaScript. It works fine in Chrome and Firefox, but not working in IE9. ...
65575 Erik Dahlstrom
erida539 Send Email
Mar 14, 2012
8:58 am
On Wed, 14 Mar 2012 00:00:04 +0100, Ed Beroset <beroset@...> ... The replacement in HTML5 is data-* attributes, see ...
65576 krugerboy1971 Send Email Mar 14, 2012
10:10 am
Thanks Ed/Erik for expanding on this - I hadn't appreciated this being an issue at all - namespaces in HTML are deprecated. Without testing it, I'd hazard a...
65577 krugerboy1971 Send Email Mar 14, 2012
11:03 am
Actually - just been checking here http://caniuse.com/#feat=dataset And it seems pretty good browser support for data-* - as long as 'partial support' in IE...
65578 Erik Dahlstrom
erida539 Send Email
Mar 14, 2012
2:11 pm
From the caniuse.com page: "Note: All browsers can already use data-* attributes and access them using getAttribute. "Supported&quot; refers to accessing the values...
65579 krugerboy1971 Send Email Mar 14, 2012
9:32 pm
Yes, good spot Erik - just tested with IE9 and working nicely. I think that gives me a solution for cross-browser, inline SVG with custom attributes. Thanks to...
65580 Ed Beroset
beroset@... Send Email
Mar 14, 2012
11:25 pm
... Thanks for bringing an interesting, well-formulated question. I learned some things, too. Ed...
65581 Daniel Bergqvist
danielb987 Send Email
Mar 15, 2012
12:19 am
Hi, I don't know. But I have noticed in Delphi that you need to move the mouse cursor in order to change the mouse cursor. I don't know if it is the same in...
Messages 65552 - 65581 of 66112   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help