RE: [svg-developers] ViewBox Question

2005-03-01 Thread Chris Peto
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 the code. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner,

[svg-developers] ANN: Some tools about drawing and maths

2005-03-01 Thread pilatfr
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 ) and draw IFS - tool around Penrose aperiodic tiling http://pilat.free.fr/english Michel - To unsubscribe send a message to:

[svg-developers] Re: ViewBox Question

2005-03-01 Thread Jan
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 would like to use and it works if I use the default viewbox (i.e. no viewbox values set). However, if I set a viewbox, the zoom

RE: [svg-developers] Re: ViewBox Question

2005-03-01 Thread Chris Peto
Hi, Ok, try getBBox on the map or it's container. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98

RE: [svg-developers] ANN: Some tools about drawing and maths

2005-03-01 Thread Chris Peto
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 become visible from Shape tab. 2. Scrollers only scroll when mouse is over button. Would be nice if you kept the scroller moving after

RE: [svg-developers] ANN: Some tools about drawing and maths

2005-03-01 Thread Chris Peto
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 could make a global mouse listeneing class to globally capture mouse events and send them to items that want a mouse event, i.e. after

[svg-developers] Re: Executing Java/C# server method from svg

2005-03-01 Thread Jan-Klaas Kollhof
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 database, package up the results and return it as a result of the request. The returned data will have to be interpreted by script in your SVG

[svg-developers] Re: Executing Java/C# server method from svg

2005-03-01 Thread Jan
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 GET or post data to the server using an HTTP POST. But how do I use these to communicate with a C#/Java app (that accesses the

[svg-developers] to start animation conditionally

2005-03-01 Thread Xiaoping Gao
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 the one below: function hiliteWord(elId, timeStr){ obj = svgDocument.getElementById(elId); if(hiliteInd==0)

Re: [svg-developers] Re: Save SVG as PNG file?

2005-03-01 Thread Thomas DeWeese
wywytse wrote: I have download Batik, but how can it automated render the SVG and save it as a PNG?? 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: % java -jar

[svg-developers] how can i use an item of context menu by javascript ?

2005-03-01 Thread a p z
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 can i have it ? mail to : [EMAIL PROTECTED] thx - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

[svg-developers] how can i use an item of context menu by javascript ?

2005-03-01 Thread a p z
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 can i have it ? mail to : [EMAIL PROTECTED] thx - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

[svg-developers] Recent Mobile SVG News

2005-03-01 Thread Antoine Quint
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 in the upcoming weeks as CeBIT unfolds. Enjoy... 3GSM: Nokia Premieres Network Meeting Application Powered by SVG Tiny

[svg-developers] Re: How to refer to a parent JavaScript function ?

2005-03-01 Thread jaymejeffman
--- In svg-developers@yahoogroups.com, jaymejeffman 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. - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

[svg-developers] Re: Save SVG as PNG file?

2005-03-01 Thread Jan
I tried this utility with my svg file and it created a blank jpeg file. Any idea why? --- In svg-developers@yahoogroups.com, Aashish Singhvi [EMAIL PROTECTED] wrote: An online utility is also available at http://www.fileformat.info/convert/image/svg2raster.htm which uses Batik to do

[svg-developers] Re: Save SVG as PNG file?

2005-03-01 Thread Jan
I'm using the default viewbox, however I am doing a transform='scale (0.00025)' within the svg. Jan --- In svg-developers@yahoogroups.com, Aashish Singhvi [EMAIL PROTECTED] wrote: Can you share the svg file that you were trying to convert to JPEG? I tried converting to PNG, JPEG and it

[svg-developers] Can this be done?

2005-03-01 Thread tbone58x
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 map data into SVG. I'd like just some simple guidance on how this can be done. There is not much info on how to go about this. I went

Re: [svg-developers] Re: Save SVG as PNG file?

2005-03-01 Thread Thomas DeWeese
Hi Jan, What version of Java are you using? Is it possible you have a non-standard security policy installed? Anyway you can most likely get around this by using the '-scriptSecurityOff' switch (which disables the install of the script security policy). Jan wrote: I get the

Re: [svg-developers] Re: Save SVG as PNG file?

2005-03-01 Thread Thomas DeWeese
Hi Aashish, Aashish Singhvi wrote: I tried with some of my SVG files. It is pretty easy to use. However, (I don't know if this problem is specific to this utility or within the Batik conversion software itself) if you have viewBox attributes that do implicit transforms during viewing, the

Re: [svg-developers] Can this be done?

2005-03-01 Thread Marjorie Roswell
- SVGMapMaker requires MapInfo - SVGMapper Released for ArcView GIS - MI2SVG (at http://www.gisnet.com/notebook/SVG_mapping.htm) requires MapInfo. - InstantAtlas.com uses shape or MIF/MID files, but I think you need to pay $1000 for it... - Hmmm...now this one looks promising, but you need perl

[svg-developers] Buffer Zone Around Lines

2005-03-01 Thread jasonsfoster
Hi guys, Is anybody aware of a way to create a buffer zone around an existing line to create a polygon? The problem we have is that, as far as we know, selecting a line will use the bounding box of the line, thereby resulting in a non exact selection. We have written a function that will

Re: [svg-developers] Can this be done?

2005-03-01 Thread Marjorie Roswell
I missed this one, but it also seems to require ArcView http://www.uismedia.de/mapview/eng/index.html Likewise this: http://www.carto.net/projects/shp2svg/ requires arcview. Here's another resource that might help: http://wiki.svg.org/index.php/OtherImplementations#GIS_translators On Tue, 1

[svg-developers] Panning -- please help...

2005-03-01 Thread Pritesh Shah
well, hi, i am completely new to SVG world... i have some home made buttons which should work with panning and zooming my svg ... can nebody please tell me how do i do that ?? i mean the script functions and all... thankz, - To unsubscribe send a message to: