Apologies for cross-postings. Please send to interested colleagues and students -- CALL FOR PAPERS - Deadline for submissions (new date): 29 March 2010 -- ...
63520
Christine Potier
christine.potier@...
Mar 11, 2010 8:57 am
Dear Colleagues, The 8th international conference on Scalable Vector Graphics will take place from August 30 to September 2, in Paris, France, hosted by ...
63519
Jake B
otakuj462
Mar 11, 2010 8:23 am
Does anyone have any experience with e4x? I have a question, but it might be a bit obscure for this list, so I thought I'd check first and see if anyone was...
63518
Jens
sorensenjens
Mar 10, 2010 7:59 am
I get spam events (http://tech.groups.yahoo.com/group/svg-developers/cal///group/svg-developers?v=4&t=1268179200&i=149&pv=61) in my calendar because I'm in the...
63517
Tom Sparks
tom_a_sparks
Mar 9, 2010 2:32 am
... From: ddailey <ddailey@...> Subject: Re: [svg-developers] panorama viewer using SVG To: svg-developers@yahoogroups.com Received: Tuesday, 9...
63516
ddailey
ddailey@...
Mar 8, 2010 6:36 pm
... I can confess to having wondered the same thing, as I am not quite sure how those 360 degree rotation things work (nor the data structure of the underlying...
63515
Jake B
otakuj462
Mar 8, 2010 1:42 pm
Hi, Replies inline below: On Mon, Mar 8, 2010 at 2:36 AM, narendra sisodiya ... I was talking about using string manipulation to generate the resulting...
63514
Tom Sparks
tom_a_sparks
Mar 8, 2010 1:05 pm
I am just wondering if a panorama viewer like this[1] can be done in SVG? [1] http://www.krpano.com/krpano.html?pano=panos/kirche/kirche.xml tom_a_sparks...
63513
narendra sisodiya
skysoft_siso...
Mar 8, 2010 7:36 am
... But why you need string manipulation for tag and many things? XML will be loaded as DOM object. you can traverse it and apply all DOM fuciton like ...
63512
Jake B
otakuj462
Mar 8, 2010 7:06 am
Hi, This is really more of a pure-JavaScript development question. I'm going to be creating a compiler that takes in XML and generates JavaScript code. The...
63511
Pranav Lal
slimprize
Mar 8, 2010 12:17 am
Hi Francis, <snip 1) The rect attribute values have leading white spaces. PL] Thanks I can fix that. 2) Caution: id values should not be numbers. PL] Hmm ok...
63510
Pranav Lal
slimprize
Mar 8, 2010 12:17 am
Hi Wade, <snip I normally make the viewBox a bit larger than the plot rectangle, to account for the axes legends and title of the chart. The viewBox specifies ...
63509
Francis Hemsher
fhemsher
Mar 7, 2010 8:55 pm
... Hi Pranav, The veiwBox default units are in pixels. And also the rect. I note a few other items that may cause problems: 1) The rect attribute values have...
63508
G. Wade Johnson
gwadej
Mar 7, 2010 6:03 pm
On Sun, 7 Mar 2010 20:39:52 +0530 ... Sorry to butt in, but I do this kind of plotting pretty often. I normally make the viewBox a bit larger than the plot...
63507
Pranav Lal
slimprize
Mar 7, 2010 5:09 pm
Hi chaals, Many thanks. What if I made the viewBox have the same height and width as the rectangle? I am trying to generate the SVG dynamically. The 10000 was...
63506
Charles McCathieNevile
charlesmccn
Mar 7, 2010 1:39 pm
On Sun, 07 Mar 2010 12:55:20 +0100, Pranav Lal <pranav.lal@...> ... Pranav, the thing you need to change is the viewBox attribute in the svg element...
63505
Pranav Lal
slimprize
Mar 7, 2010 1:32 pm
Hi all, I am a new SVG developer. I am trying to plot a x y graph. How do I determine the size of a rectangular plot? I know that the coordinates of my lines...
63504
coreymwamba
Mar 6, 2010 8:16 am
Hello again, I've made a SMALL amount of progress. I added a "reset()" function: function reset() { SVGRoot.setCurrentTime(0); audioFile.setAttributeNS(null,...
63503
Francis Hemsher
fhemsher
Mar 6, 2010 6:28 am
... Just to clarify how the above 'opaque39; comment originated: I admire Madonna's creative genuis, which was evident even in her early teens. See: ...
63502
Francis Hemsher
fhemsher
Mar 6, 2010 6:08 am
... Hi Davic, This wonderful example has shown me an application for feImage/feDisplacementMap of which I was unaware(3D edges). It is also a validation of...
63501
Guy Morton
guy_mmmmmm
Mar 5, 2010 9:26 pm
Adobe's player is possibly accessing its own monitor colour profile - do you run other Adobe software that might have set one up? Sometimes the eggs get stuck...
63500
fuliopen
Mar 5, 2010 9:22 pm
Hope you get this on time,sorry I didn't inform you about my trip in London, I'm presently in London and am having some difficulties here because i misplaced...
63499
coreymwamba
Mar 5, 2010 8:01 pm
... Hello, I guess that's the problem - it might sound easy but I don't know how to do it! :) I'm guessing that if calling onend="playingStopped()" calls a...
63498
coreymwamba
Mar 5, 2010 2:23 pm
... Hello Francis, I'm not entirely sure, but I thought "sound.begin" would link to the element with an id of "sound"... I'll change it though and report back!...
63497
ddailey
ddailey@...
Mar 5, 2010 2:14 pm
Oh... sorry. After I sent my note, I fiddled around for 20 minutes and fixed it so it now allows the adding of new eggs in Opera (and the other browsers as...
63496
Erik Dahlstrom
erida539
Mar 5, 2010 10:22 am
On Thu, 04 Mar 2010 06:42:16 +0100, coreymwamba <coreymwamba@...> wrote: ... It's quite easy to detect that the sound finished playing, e.g add ...
63495
Erik Dahlstrom
erida539
Mar 5, 2010 10:14 am
On Fri, 05 Mar 2010 02:11:22 +0100, Francis Hemsher <fhemsher@...> ... No, it's correct like it is, 'sound39; is the id of the <audio> element. /Erik -- ...
63494
Erik Dahlstrom
erida539
Mar 5, 2010 10:12 am
On Fri, 05 Mar 2010 01:35:21 +0100, ddailey <ddailey@...> ... Event handling? Hmm... seems to work fine in Opera or am I missing something? I'd...
63493
Francis Hemsher
fhemsher
Mar 5, 2010 5:32 am
Shucks, I had visions of nibbling fried eggs from Madonna's washboard abs. btw, Domenico's in town....
63492
ddailey
ddailey@...
Mar 5, 2010 1:56 am
Sorry... In pursuit of the flamboyent, I allowed my prose to descend into sheer opacity. If you're not averse to using IE/ASV then take a look at...