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 59074 - 59104 of 66112   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
59104 Andreas Neumann
neumannandreas Send Email
Aug 9, 2007
6:04 am
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 Send Email 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@... Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email 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 Send Email 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 Send Email
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 Send Email Aug 6, 2007
2:04 pm
oops! Sorry the last line should of course be <text id='menuItem&#39; x='10' y ='20'>HEADLINE</text> /Kristian ... y='0' ... out. ... only ... this...
59092 kristianpalm Send Email 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 Send Email Aug 6, 2007
1:47 pm
... Hi Andreas, Thanks for the pointers! Simon...
59090 Andreas Neumann
neumannandreas Send Email
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 Send Email 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 Send Email
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@... Send Email
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 Send Email
Aug 4, 2007
11:40 am
how to time 'duration&#39; 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 Send Email 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 Send Email 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 Send Email 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@... Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email 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...
Messages 59074 - 59104 of 66112   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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