Does anyone have examples of dragging HTML elements onto an embedded SVG, and then the elements show up (render) in the SVG? Seems like this could come in very...
anchor broken for mask as transparent hole ~:" isn't life wonderful? all three native UA fail to display anchors beneath a mask... clipPaths do... bugs filed: ...
Hi Jonathan. ... It was ambiguous in SVG 1.1, but an erratum has been published that clarifies that this behaviour (zero opacity in masks not allowing pointer...
Cameron, thanks for that... can of worms, so closing bugs... Jonathan Chetwynd On 2 Aug 2007, at 00:26, Cameron McCormack wrote: zero opacity in masks not...
it seems mask may not be appropriate in the case where the hole reveals a link: http://www.w3.org/2003/01/REC-SVG11-20030114-errata#Capturing "If an element...
There is some good news that in one of the later Firefox 3 nightlies the nasty bug, that getBBox() doesn't work onload, is now fixed. This means that once...
Hi - Sort-of. Something like this is implemented at www.millipe.de where items can be dragged from an HTML menu onto an SVG canvas. But, what really happens...
... I started to reply yesterday with a JavaScript approach: find all the graphical elements and determe whether the (x,y) point was inside or outside each....
ddailey
ddailey@...
Aug 2, 2007 8:57 pm
59083
David and Andreas, Thank you both for your responses. I am away right now but will read with interest and reply in more detail when I can. Simon ... elements...
Hi Everyone. I had been struggling with this for quite a while. I hope someone could help me out. I have an SVG image.The image has some rectangels, circles...
Thank you Stephen. That's a nice implementation. But I thought there might be a more direct way. Something about the elements having the same rendering frame...
how to time 'duration' that is not predetermined? a php script is launched by the user, using xmlHttpRequest it writes svg animations to a page, the duration...
Hi Jonathan, You might take a look at http://srufaculty.sru.edu/david.dailey/svg/swatch3.svg . In it each star is set up to move across its path and upon...
ddailey
ddailey@...
Aug 4, 2007 12:52 pm
59088
David, onend="rebuild(evt)" was just the ticket, thanks so much, without this I was getting a little anxious cheers Jonathan Chetwynd On 4 Aug 2007, at 13:51,...
... the graphical elements and determe whether the (x,y) point was inside or outside each. but it was so cumbersome I backed out. An ... the mouse event...
Hi Simon, yes, spatial subdivision and then a bounding box test before actually testing the bounding box really helps to speed up things. Kevin Lindsey has a...
Hi I'm working on the same type of problem trying to create a menu that stays in the top left corner of the SVG image. Found some code a while back that i have...
Greetings- I am trying to construct an SVG project which will be viewable by as many web browsers as possible (the three mentioned in the subject heading at a...
My understanding (from reading the IRC logs of the #svg channel and recent personal experience) is that embed despite being deprecated still offers the best...
I am trying to draw a barchart using batik to view .It previously worked using adobe svg viewer but I have been trying to convert the code so that it Is batik...
Hi Just tested and my The Spoon animation series are still not playing with Safari new beta. Everthing appears same time in the screen and wrong sizes. Seems,...
Safari doesn't support SMIL animation, just like Firefox. So no surprise that your animation doesn't work. gzip compression is supported in the browser. It...
I recently tried one of the nightly Firefox builds (http:// ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/) on the Mac and was pleased to find...
For what it's worth, I recently completed a large collection of timing tests for browsers in the Windows environment. Safari 3 for Windows was faster at almost...
ddailey
ddailey@...
Aug 8, 2007 1:18 pm
59103
i have a 7500x10500 (pixels) file that has many paths and polygons.. to speed things up (because i am assuming that this will be very slow when opened) i would...
yes - for many operations Safari is pretty fast. Also, in my tests (on Apple) it was working well on medium size SVGs (50k to 150k elements) - of course this...