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...
59103
shydisturbedboy
Aug 9, 2007 1:11 am
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...
59102
ddailey
ddailey@...
Aug 8, 2007 1:18 pm
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...
59101
Andreas Neumann
neumannandreas
Aug 8, 2007 6:27 am
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...
59100
Andreas Neumann
neumannandreas
Aug 8, 2007 5:55 am
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...
59099
veiko herne
veiko_h
Aug 7, 2007 10:59 pm
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,...
59098
singhscoobydoo
scoobydoosingh
Aug 7, 2007 7:20 pm
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...
59096
dan_braeside
Aug 7, 2007 7:17 pm
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...
59095
dan_braeside
Aug 7, 2007 7:16 pm
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...
59094
Charles McCathieNevile
charlesmccn
Aug 7, 2007 5:07 pm
On Sat, 04 Aug 2007 14:51:33 +0200, ddailey <ddailey@...> ... If you are writing animations, you can also use begin="someID.end" as an attribute...
59093
kristianpalm
Aug 6, 2007 2:04 pm
oops! Sorry the last line should of course be <text id='menuItem39; x='10' y ='20'>HEADLINE</text> /Kristian ... y='0' ... out. ... only ... this...
59092
kristianpalm
Aug 6, 2007 1:58 pm
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...
59091
simonshutter
Aug 6, 2007 1:47 pm
... Hi Andreas, Thanks for the pointers! Simon...
59090
Andreas Neumann
neumannandreas
Aug 6, 2007 7:29 am
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...
59089
simonshutter
Aug 6, 2007 5:17 am
... 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...
59088
"~:'' € ...
signbrowser
Aug 5, 2007 6:54 am
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,...
59087
ddailey
ddailey@...
Aug 4, 2007 12:52 pm
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...
59086
"~:'' € ...
signbrowser
Aug 4, 2007 11:40 am
how to time 'duration39; that is not predetermined? a php script is launched by the user, using xmlHttpRequest it writes svg animations to a page, the duration...
59085
raytigres
Aug 4, 2007 7:28 am
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...
59084
sujana_jyothi
Aug 3, 2007 10:32 am
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...
59083
simonshutter
Aug 2, 2007 10:08 pm
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...
59082
ddailey
ddailey@...
Aug 2, 2007 8:57 pm
... 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....
59081
Andreas Neumann
neumannandreas
Aug 2, 2007 3:19 pm
Hi Simon, SVGSVGElement.getIntersectionList( rect, referenceElement ) or .getEnclosureList(rect, referenceElement) would theoretically do the job. ...
59080
Stephen Quintero
a30blows
Aug 2, 2007 1:49 pm
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...
59079
Andreas Neumann
neumannandreas
Aug 2, 2007 9:17 am
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...
59078
"~:'' € ...
signbrowser
Aug 2, 2007 7:36 am
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...
59077
"~:'' € ...
signbrowser
Aug 2, 2007 7:06 am
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...
59076
Cameron McCormack
heycam_yg
Aug 1, 2007 11:31 pm
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...
59075
"~:'' € ...
signbrowser
Aug 1, 2007 7:21 pm
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: ...
59074
raytigres
Aug 1, 2007 9:23 am
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...