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...
Show off your group to the world. Share a photo of your group with us.

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 54671 - 54701 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
54671
I have a html document with an emtpy, embedded svg document. I want to fill this svg document with dojo from an xml file containing a rect element. First i...
kberckma
Offline Send Email
Mar 1, 2006
11:49 am
54672
... That is a namespace issue, make sure your SVG elements are in the proper namespace http://www.w3.org/2000/svg so that snippet you send should be corrected...
Martin Honnen
honnen_martin
Offline Send Email
Mar 1, 2006
2:10 pm
54673
With the exception of manually parsing the "d" attribute, is there a way to get a boundbox around a path? I have county data represented by paths and I'd like...
mekow
Offline Send Email
Mar 1, 2006
3:04 pm
54674
Hi list, I have a problem with ASV, which gives me a blank page when loading remote SVG files. Here are the relevant information I could gather: I have two...
Sylvain Rouillard
rouillardsy
Offline Send Email
Mar 1, 2006
4:17 pm
54675
Did you try to use getBBox() on your path element? If it's not working try to put your path element inside a g element, and call getBBox on the g element. ...
bmarquie
Offline Send Email
Mar 1, 2006
4:26 pm
54677
just an idea : is there Visual Studio 2005 installed on one of the computers ? Bruno ... tarifs exceptionnels pour appeler la France et l'international....
bmarquie
Offline Send Email
Mar 1, 2006
4:28 pm
54678
... OMG... Visual Web Developer Express 2005 is installed on the machine where ASV does not work properly... why? :-s ...
Sylvain Rouillard
rouillardsy
Offline Send Email
Mar 1, 2006
4:32 pm
54679
... Depending on the SVG implementation you need different methods, with IE you likely use the Adobe SVG viewer, there you can use getURL and parseXML ...
Martin Honnen
honnen_martin
Offline Send Email
Mar 1, 2006
4:37 pm
54680
Hi all, I have 2 SVG files (arc1.svg, arc2.svg). I would like include the arc2.svg inside of arc1.svg. How to do this? Thanks in advance....
omzeta
Offline Send Email
Mar 1, 2006
4:37 pm
54681
... The image element allows you the inclusion, <http://www.w3.org/TR/SVG11/struct.html#ImageElement> e.g. you can do <image...
Martin Honnen
honnen_martin
Offline Send Email
Mar 1, 2006
4:47 pm
54682
excellent, thanks.....
omzeta
Offline Send Email
Mar 1, 2006
4:51 pm
54683
ok :) we just had the same problem some months ago :) http://forums.asp.net/1063963/ShowPost.aspx So if you do something like that : <embed...
bmarquie
Offline Send Email
Mar 1, 2006
4:52 pm
54684
... Pfewwww, what a relief! Thank you so much Bruno, you make my day! Merci! ___________________________________________________________________________ ...
Sylvain Rouillard
rouillardsy
Offline Send Email
Mar 1, 2006
5:01 pm
54685
can you show me an example? is getBBox a method of svgpathelement? ... -- "Art manifests desire in the imagination, but machines are an attempt to manifest...
Sayed Arian Kooshesh
mekow
Offline Send Email
Mar 1, 2006
5:21 pm
54686
Dear Friends, I learned a lot from the great group of contributors to this group. Based on that I have created an innovative method to create GUI-API (akin to...
chiluvuri1
Offline Send Email
Mar 1, 2006
7:20 pm
54687
... Here is a simple example <?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg"> <title>bounding box example</title> <script...
Martin Honnen
honnen_martin
Offline Send Email
Mar 1, 2006
7:27 pm
54688
This isn't SVG specific, but is related. What are good (or the standard) algorithms/data structures used for quick retrieval of vector data, like coastline...
Peter Thompson
plthompson2004
Offline Send Email
Mar 1, 2006
7:38 pm
54689
Hi group, Does anyone have any examples of VoiceXML and SVG (or better yet, SVGT)? Thanks much, Sara...
kubik_sj
Offline Send Email
Mar 1, 2006
8:05 pm
54690
Hi, In my project, I must import a .js (javascript) file into an SVG document. I have goggled all over the internet but found nothing. I also have tried the...
Henrique G. Testa
hgtesta
Offline Send Email
Mar 1, 2006
9:46 pm
54691
SVG uses the XLink attribute href to access external files. Try <svg height="200" width="200" xmlns="http://www.w3.org/2000/svg" ...
G. Wade Johnson
gwadej
Offline Send Email
Mar 2, 2006
1:11 am
54692
How does one handle multiple external JavaScript ? For example, is it as straightforward as <svg height="200" width="200" xmlns="http://www.w3.org/2000/svg" ...
Neiderer, Andrew (Civ...
reindeer21005
Offline Send Email
Mar 2, 2006
8:27 am
54693
What do you mean by "retrieval of vector data"..? Retrieval as in "I just retrieved it from the database". Do I gather you are looking for effeicient data...
Barend Köbben
barendkobben
Offline Send Email
Mar 2, 2006
8:27 am
54694
Hi there, I appreciate the pitch you've put in ... and would suspect that what you guyd are building might be very useful. I am not a software engineer, so I...
Barend Köbben
barendkobben
Offline Send Email
Mar 2, 2006
8:35 am
54695
Place within <defs> section <script xlink:href="./math.js" type="text/javascript"/> Jonathan ... ...
Jonathan mayer
jonrmayer
Offline Send Email
Mar 2, 2006
10:05 am
54696
Hi, does one have to place it into defs-section?? I think it works without!? thnx anyway. Omar...
Omar Abo-Namous
merlinperlin...
Offline Send Email
Mar 2, 2006
12:00 pm
54697
... Some months ago someone asked here on the list about using Adobe SVG viewer as a plugin in Opera 8 to render SVG and Opera 8's VoiceXML support that can be...
Martin Honnen
honnen_martin
Offline Send Email
Mar 2, 2006
1:03 pm
54698
Yes. The script tag is allowed outside the defs element. Since the defs element is for referenced and non-displayed elements, many people put script tags there...
G. Wade Johnson
gwadej
Offline Send Email
Mar 2, 2006
1:15 pm
54699
Is it possible to load .js files via js-code? With this I mean: is it possible to create packages like in Java and use them with something like import...
Jeroen Vanattenhoven
jvanattenhoven
Offline Send Email
Mar 2, 2006
1:19 pm
54700
The xlinks don't have to be in the defs section. I don't know if they belong there. This is what works for me: <svg width="200" height="200" ...
Peter Thompson
plthompson2004
Offline Send Email
Mar 2, 2006
1:25 pm
54701
... when you mean in an asynchrony way - no. you can load them but they will not be interpreted as the script-interpreter reads them unload of the main file....
Andre M. Winter - Car...
raxmapa
Offline Send Email
Mar 2, 2006
2:12 pm
Messages 54671 - 54701 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