Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 59074 - 59104 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
59074
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...
raytigres
Offline Send Email
Aug 1, 2007
9:23 am
59075
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: ...
"~:'' あり...
signbrowser
Offline Send Email
Aug 1, 2007
7:21 pm
59076
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 McCormack
heycam_yg
Offline Send Email
Aug 1, 2007
11:31 pm
59077
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...
"~:'' あり...
signbrowser
Offline Send Email
Aug 2, 2007
7:06 am
59078
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...
"~:'' あり...
signbrowser
Offline Send Email
Aug 2, 2007
7:36 am
59079
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...
Andreas Neumann
neumannandreas
Offline Send Email
Aug 2, 2007
9:17 am
59080
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...
Stephen Quintero
a30blows
Offline Send Email
Aug 2, 2007
1:49 pm
59081
Hi Simon, SVGSVGElement.getIntersectionList( rect, referenceElement ) or .getEnclosureList(rect, referenceElement) would theoretically do the job. ...
Andreas Neumann
neumannandreas
Offline Send Email
Aug 2, 2007
3:19 pm
59082
... 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@...
Send Email
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...
simonshutter
Offline Send Email
Aug 2, 2007
10:08 pm
59084
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...
sujana_jyothi
Offline Send Email
Aug 3, 2007
10:32 am
59085
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...
raytigres
Offline Send Email
Aug 4, 2007
7:28 am
59086
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...
"~:'' あり...
signbrowser
Offline Send Email
Aug 4, 2007
11:40 am
59087
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@...
Send Email
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,...
"~:'' あり...
signbrowser
Offline Send Email
Aug 5, 2007
6:54 am
59089
... 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...
simonshutter
Offline Send Email
Aug 6, 2007
5:17 am
59090
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...
Andreas Neumann
neumannandreas
Offline Send Email
Aug 6, 2007
7:29 am
59091
... Hi Andreas, Thanks for the pointers! Simon...
simonshutter
Offline Send Email
Aug 6, 2007
1:47 pm
59092
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...
kristianpalm
Offline Send Email
Aug 6, 2007
1:58 pm
59093
oops! Sorry the last line should of course be <text id='menuItem' x='10' y ='20'>HEADLINE</text> /Kristian ... y='0' ... out. ... only ... this...
kristianpalm
Offline Send Email
Aug 6, 2007
2:04 pm
59094
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...
Charles McCathieNevile
charlesmccn
Offline Send Email
Aug 7, 2007
5:07 pm
59095
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...
dan_braeside
Offline Send Email
Aug 7, 2007
7:16 pm
59096
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...
dan_braeside
Offline Send Email
Aug 7, 2007
7:17 pm
59098
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...
singhscoobydoo
scoobydoosingh
Offline Send Email
Aug 7, 2007
7:20 pm
59099
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,...
veiko herne
veiko_h
Offline Send Email
Aug 7, 2007
10:59 pm
59100
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...
Andreas Neumann
neumannandreas
Offline Send Email
Aug 8, 2007
5:55 am
59101
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...
Andreas Neumann
neumannandreas
Offline Send Email
Aug 8, 2007
6:27 am
59102
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@...
Send Email
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...
shydisturbedboy
Offline Send Email
Aug 9, 2007
1:11 am
59104
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...
Andreas Neumann
neumannandreas
Offline Send Email
Aug 9, 2007
6:04 am
Messages 59074 - 59104 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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