[svg-developers] Re: how to add text in svg map

2005-01-27 Thread Andreas Neumann
Hi, SVG's text features are very powerful. You can use any text formatting that you know from DTP (except flow text, but thats not a problem for map labels; flow text is however part of the coming SVG 1.2). The trickier problem is how to avoid overlapping text labels. Whether you do it in

[svg-developers] RE: Various conversion utilities

2005-01-27 Thread Jeroen Dekker
Hi there zedkineece, My company makes commercial batch conversion tools that can generate editable SVG (assuming vector-based input) from PDF, WMF, EPS and PostScript input. It's available in desktop, server and developer versions on Windows, Linux and UNIX platforms. Vector graphics, raster

[svg-developers] Tooltips and zooming

2005-01-27 Thread hmrupp
Hallo! What is the right way to display tooltips over objects? My problem is that my code (and any example of tooltips I have so far looked at) does only work at zoom-level 0. When you zoom in the toolstips are way of. I have found one example which correctly displays tooltips on different

Re: [svg-developers] Tooltips and zooming

2005-01-27 Thread Philippe Lhoste
hmrupp wrote: What is the right way to display tooltips over objects? My problem is that my code (and any example of tooltips I have so far looked at) does only work at zoom-level 0. When you zoom in the toolstips are way of. I have found one example which correctly displays tooltips on

[svg-developers] Re: SVG Whiteboard and SVG Game

2005-01-27 Thread sara_j_porter
Whiteboard 1 crashed my browser. Kept getting the Unable to fetch data from server error. Whiteboard 2 -same thing. IE 6, ASV 3.02, on a pc. --- In svg-developers@yahoogroups.com, m_r_d98 [EMAIL PROTECTED] wrote: Hi all, check out www.markdawson.org/software, I have created an SVG

[svg-developers] Medical images

2005-01-27 Thread shaman_svg
Is it possible to extend Adobe SVG Viewer to embed medical images to the SVG environment? Thanks. Shaman - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit

[svg-developers] Re: Medical images

2005-01-27 Thread sara_j_porter
Shaman, You need to be more specific. What are the file formats that the medical images are stored in? Are they raster (tif, jpg, png, gif) or vector (svg, eps, dxf). Are they 2d or 3d? Sara Porter --- In svg-developers@yahoogroups.com, shaman_svg [EMAIL PROTECTED] wrote: Is it

RE: [svg-developers] Medical images

2005-01-27 Thread Randy George
Hi Shaman, I think you would have to convert your Dicom images to something useable in svg such as jpg or png in order to use medical imagery inside svg. I experimented with this awhile back converting DICOM to jpg film strips which could then be moved through a masked view to simulate

Re: [svg-developers] Re: SVG Whiteboard and SVG Game

2005-01-27 Thread ronan
The whiteboards Work for me on ASV3.0/Win XP. The astraunaut game works but needs some tweaking... Ronan Whiteboard 1 crashed my browser. Kept getting the Unable to fetch data from server error. Whiteboard 2 -same thing. IE 6, ASV 3.02, on a pc. --- In svg-developers@yahoogroups.com,

[svg-developers] Re: SVG plugin disapeared after acrobat upgrade

2005-01-27 Thread Paton J. Lewis
--- In svg-developers@yahoogroups.com, jeffnoll2000 [EMAIL PROTECTED] wrote: After just rolling out an application that uses SVG images I'm running into a problem with random people not having the plugin for IE available. As far as I can tell it is somehow related with CSC (they manage

RE: [svg-developers] Re: SVG plugin disapeared after acrobat upgrade

2005-01-27 Thread Rick Bullotta
Pat: What version is included in Acrobat Reader 7.X? I had quite a few problems after installing 7.X, and had to go back and manually over-install 3.0.2 to get things working properly again... Any insights? Rick Bullotta CTO Lighthammer Software (http://www.lighthammer.com) -Original

[svg-developers] Re: SVG plugin disapeared after acrobat upgrade

2005-01-27 Thread Paton J. Lewis
--- In svg-developers@yahoogroups.com, Rick Bullotta Rick. [EMAIL PROTECTED] wrote: Pat: What version is included in Acrobat Reader 7.X? None. Adobe SVG Viewer only shipped with Acrobat Reader 5. Adobe SVG Viewer has not shipped with any other major version of Acrobat Reader, including 6

[svg-developers] a newbe polyline question

2005-01-27 Thread meidanudi
Hi There, I am trying to draw a polyline by replacing some numbers with variables as in the following example: var somevar=50; ... polyline=svgDocument.createElementNS(svgns,polyline); polyline.setAttributeNS(null, points,30,50 20,somevar 10,60); ... It doesn`t work that way (works only

[svg-developers] Re: SVG Whiteboard and SVG Game

2005-01-27 Thread m_r_d98
I tested this app in Windows XP using IE6. The error you are seeing is probably that you cannot reach the server for some reason, not sure why, could be a network configuration setting. Thanks for taking a look though, if anyone finds any of this code useful feel free to use it. Mark. ---

Re: [svg-developers] a newbe polyline question

2005-01-27 Thread sidonie
Hi, Replace polyline.setAttributeNS(null, points,30,50 20,somevar 10,60); by polyline.setAttributeNS(null, points,30,50 20,+somevar+ 10,60); that should work - Original Message - From: meidanudi [EMAIL PROTECTED] To: svg-developers@yahoogroups.com Sent: Thursday, January 27, 2005

[svg-developers] Sample SVG with Java

2005-01-27 Thread rathinavelu anandkumar
Hi I am new to SVG; are there any samples available to create SVG using JAVA instead of JavaScript. Thanks for your help. Anand __ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com - To unsubscribe send a

RE: [svg-developers] Re: Why Use Flash....

2005-01-27 Thread Michael Bierman
Steve, There you go again--saying that something can be done just because it has. That's a pretty weak argument. :^) Regards, Michael Bierman _ From: stevenjmarks [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 2005 1:29 PM To: svg-developers@yahoogroups.com Subject:

[svg-developers] Re: Why Use Flash....

2005-01-27 Thread stevenjmarks
Yeah I'm a real pain in the ass :-) --- In svg-developers@yahoogroups.com, Michael Bierman [EMAIL PROTECTED] wrote: Steve, There you go again--saying that something can be done just because it has. That's a pretty weak argument. :^) Regards, Michael Bierman _

[svg-developers] Re: Various conversion utilities

2005-01-27 Thread zedkineece
No offense, Jeroen, but we tried a demo of your PDF to Vector for Windows product with mixed results. --- In svg-developers@yahoogroups.com, Jeroen Dekker [EMAIL PROTECTED] wrote: Hi there zedkineece, My company makes commercial batch conversion tools that can generate editable SVG

[svg-developers] Re: Sample SVG with Java

2005-01-27 Thread arianhojat2000
i made a fairly cool app using java/SVG ( using Batik libraries for displaying saving and loading SVG). Its not a corporate App, just a personal 'simple' project for a class. code isnt great but understandible i think (coullda used more modular OOP hehe)

[svg-developers] about batik svg toolkit

2005-01-27 Thread pukkypa
hi all, i'm new to svg. i heard batik svg toolkit so i would like to know what its can do. could anyone suggest me? i saw in the website ex. it can convert SVG to various formats, such as raster images (JPEG,PNG or Tiff). are there other any features of this software? thanks in

[svg-developers] Zainrehan is looking for a slim and beautiful girl. View his profile here.

2005-01-27 Thread deepa v
http://www.masmarriage.com/indian/profile.asp?id=mas01351m - Do you Yahoo!? The all-new My Yahoo! – What will yours do? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection