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 to share photos of your group with the world? 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 47909 - 47938 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
47909
I think this is a basic question, but I'm new to web development. My application is an svg traffic map application. I'm using Win2000/XP, html, php, and...
Jan
janlmiller61
Offline Send Email
Mar 1, 2005
1:54 pm
47910
Sorry, it does not work, I just tried it. ... Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Mar 1, 2005
2:00 pm
47911
If you use the default viewbox, is there a way to figure out what values are used? Also, if you use the default viewbox, it doesn't seem like you can split the...
Jan
janlmiller61
Offline Send Email
Mar 1, 2005
2:49 pm
47912
Hi, I have an innerSVG and an outerSVG. See: http://www.resource-solutions.de/svg/viewbox_map Tell me if this is what you are looking for and I will send you...
Chris Peto
ressol2002
Offline Send Email
Mar 1, 2005
2:58 pm
47913
Hello You can find - new version of drawing tool ( with text and textPath and I hope some bug corrected ) - some clones for tiling the plane ( cf MC Escher )...
pilatfr
Offline Send Email
Mar 1, 2005
3:07 pm
47914
I'm trying to incorporate my svg map app into another app that already exists. The already existing app already has zoom controls and a dropdown box that I...
Jan
janlmiller61
Offline Send Email
Mar 1, 2005
3:11 pm
47915
Hi, Ok, try getBBox on the map or it's container. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding...
Chris Peto
ressol2002
Offline Send Email
Mar 1, 2005
3:17 pm
47916
Hi, Looking good! Really like the preview in "Open" window. Some problems: 1. When clicking a around "Grid Size" scroller "Text attributes" and button "Show"...
Chris Peto
ressol2002
Offline Send Email
Mar 1, 2005
3:25 pm
47917
Hi, Couple more: 1. Don't know when object is selected, needs select box. 2. By resize shape the red box only moves when mouse is over it. Here again you...
Chris Peto
ressol2002
Offline Send Email
Mar 1, 2005
3:34 pm
47918
You will need to use getURL/postURL to make requests to the server. The server(a cgi script/jsp/asp/??? run by the server) will have to then querry the...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Mar 1, 2005
4:03 pm
47919
Sounds like it would be nice to use getURL and postURL in my ECMAScript. It says that these will allow you to retrieve data from a server using a simple HTTP...
Jan
janlmiller61
Offline Send Email
Mar 1, 2005
4:57 pm
47920
I have a case like the following: animation element B will only start after animation element A end when a indicator is 0. I was testing a simple script like...
Xiaoping Gao
xpgao1
Offline Send Email
Mar 1, 2005
5:18 pm
47921
I have download Batik, but how can it automated render the SVG and save it as a PNG?? Thanks........... ... content as ... the ... ...
wywytse
Offline Send Email
Mar 1, 2005
5:34 pm
47922
... wrote: You can use onend event on A to call test for indicator Michel...
pilatfr
Offline Send Email
Mar 1, 2005
5:57 pm
47923
re: "what viewbox values are actually used by svg ... If you don't specify the viewBox attribute, it would work like specifying viewBox="0 0 0 0". However,...
Aashish Singhvi
aashishsinghvi
Offline Send Email
Mar 1, 2005
7:21 pm
47924
TYPO: svgroot.getElementById in my message should be svgroot.getAttribute and parseInt could be parseFloat depending on the precision of your co-ordinate...
Aashish Singhvi
aashishsinghvi
Offline Send Email
Mar 1, 2005
7:28 pm
47925
... If you got the binary dist. Then there is a jar file called 'batik-rasterizer.jar'. The following should work assuming you are in the release directory: %...
Thomas DeWeese
world_mage
Offline Send Email
Mar 1, 2005
7:38 pm
47926
An online utility is also available at http://www.fileformat.info/convert/image/svg2raster.htm which uses Batik to do the conversion without having to type on...
Aashish Singhvi
aashishsinghvi
Offline Send Email
Mar 1, 2005
8:05 pm
47927
hi to all i have an html that a SVG is in embeded of it . i have a button in html and i want when press it active an item of context menu of SVG file . how...
a p z
iran_geomati...
Offline Send Email
Mar 1, 2005
8:21 pm
47928
hi to all i have an html that a SVG is in embeded of it . i have a button in html and i want when press it active an item of context menu of SVG file . how...
a p z
iran_geomati...
Offline Send Email
Mar 1, 2005
8:25 pm
47929
Hello all, Here is a recap of Mobile SVG news that have been posted to SVG.org in the last month or so. There will be more announcements of a similar caliber...
Antoine Quint
graouts
Offline Send Email
Mar 1, 2005
9:04 pm
47930
... I found out ! I can't, it seems that the Adobe plugin do not implement comunication between the svg file and the DOM . Thank you any way....
jaymejeffman
Offline Send Email
Mar 1, 2005
9:43 pm
47931
You can access SVG from HTML via "embed". e.g. <HTML> <script ...> function your_Htmlbutton_press() { var svgdoc = document.SVGELE.getSVGDocument(); // Now you...
Aashish Singhvi
aashishsinghvi
Offline Send Email
Mar 1, 2005
10:42 pm
47932
I tried this utility with my svg file and it created a blank jpeg file. Any idea why? ... or ... may ... and ... this? ... svg ... does...
Jan
janlmiller61
Offline Send Email
Mar 1, 2005
10:44 pm
47933
Can you share the svg file that you were trying to convert to JPEG? I tried converting to PNG, JPEG and it produces something. May be, it is the issue with...
Aashish Singhvi
aashishsinghvi
Offline Send Email
Mar 1, 2005
10:51 pm
47934
I will email to you separately. I tried to upload it to the files area, but even zipped it was too big. If anyone else wants to try it, please let me know. ...
Jan
janlmiller61
Offline Send Email
Mar 1, 2005
11:17 pm
47935
I'm using the default viewbox, however I am doing a transform='scale (0.00025)' within the svg. Jan ... viewBox ... output ... SVG ... message "convert ... It ...
Jan
janlmiller61
Offline Send Email
Mar 1, 2005
11:24 pm
47936
Do you know if this bug occurs with only the online version of Batik? Maybe I could try to download Batik and try it. Jan ... viewBox ... output ... SVG ... ...
Jan
janlmiller61
Offline Send Email
Mar 1, 2005
11:30 pm
47937
I get the following error when I try to execute the java command line below: C:\Program Files\Batik SVG Browser\batik-1.5.1>java -jar batik- rasterizer.jar - ...
Jan
janlmiller61
Offline Send Email
Mar 1, 2005
11:46 pm
47938
I have posted this type of question several times and never got a response but will try again. I am very interested in converting some of the free government...
tbone58x
Offline Send Email
Mar 2, 2005
2:39 am
Messages 47909 - 47938 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