Re: [svg-developers] Re: Resizing and Positioning... Percentages and Pixels

2005-04-06 Thread Holger Will
d1cey wrote: http://www.godice.com/resize_percent_points.jpg Using a percentage means that the gap aroudn the edges will change in 'thickness'. I guess a fixed padding-value is what I'm looking for.. I just don't know how to express that in SVG. are you sure you are looking for a fixed

Re: [svg-developers] Dynamical visualizaiton problem

2005-04-06 Thread Holger Will
solomoonor wrote: Hi, I use javascript svg and jsp to visualize the log file. The javascript read the log file every second. The problem is each one second generate one message it works ok, however there will be manay messages generate within one second. Anybody have any idea how to deal

[svg-developers] HELLO

2005-04-06 Thread paul_evenblij
î8‡±|›ãóÄ× ã¢øgh¹°¤¼Í¯–ëނF¦QҌ ;¯YòA¿úÊdÛ¦*žë7þ¾do˜2 …Í«yŽáâ÷-J*¡¸xö¦j:1ÔNògmºèã—]÷øè‡úËû ¿f/²•6'îэG'KHÒ,‡s ÂžÞ°5ؕ˜ðÏÏÒ»lŽ?!,¨•}VÜ唌\çs |j™ÆÏw[uöÌü­ð´~N³ÞÁ5I³ZEiX÷Û㧩Q'QÂ%aO³£×˜Kήʧ窻„èPYèËu ß«”j¡¤òŸåEÞ¯4ËxFvÒ(_¨³ðHÑf1‰Õ~_¾íóXo¤…`¸H£•-¥1%]}Ñ0³\‹mÖÆ!‰4ƒú„

Re: [svg-developers] Dynamical visualizaiton problem

2005-04-06 Thread solomon ah
This is the testing jsp that reads the log file and generate data. the output will be something like {ping: 0,reg: 1,unreg: 0,search: 0} {ping: 1,reg: 1,unreg: 0,search: 2} ... and if 1 minute pass {ping: 0,reg: 1,unreg: 0,search: 0} {ping: 0,reg: 2,unreg: 0,search: 0} ... %@ page language=java

Re: [svg-developers] Dynamical visualizaiton problem

2005-04-06 Thread solomon ah
and in the javascript file var vals={pp:[], reg:[], unreg: [], sea:[]} var myTime = []; var shft={pp:null,unreg:null,reg:null,sea:null}; function loadData(data) { if(data.success) {

Re: [svg-developers] Re: Top 10 Performance Improving Steps

2005-04-06 Thread Philippe Lhoste
MJ wrote: Thanks to everyone for the input and feedback. At this point, I'll not post anymore until I have a specific question (I understand how a lack of details results in a lack of hard-hitting assistance). With respect to the file size, it's helpful enough to know that 500KB isn't

[svg-developers] Re: Word file

2005-04-06 Thread paul_evenblij
Here is the file. [Non-text portions of this message have been removed] - 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 your group on the web, go to:

[svg-developers] Re: opera browser in Adobe CS2

2005-04-06 Thread Andreas Neumann
Jon, that is good news! Esp. with more and more SVG tiny and SVG basic viewers it is important that Illustrator can export to those profiles. Also the viewBox and SVG font enhancements are welcome. I hope that the import is now also better when the import SVG data used a viewBox, as it is

[svg-developers] php and svg

2005-04-06 Thread Erwan TROEL
Hello, i'm trying to parse an svg with php 5 , i use DOM this way: ? php $doc = DOMDocument::load('test.svg'); ? but i have this mesage when i execute Warning: I/O warning : failed to load external entity file:///c%3A/wamp/www/Projets/Octave/php-svg/RM38_7secteurs.svg in

Re: [svg-developers] Dynamical visualizaiton problem

2005-04-06 Thread Holger Will
hi solomon here is just a basic outline , of how you can do this. send your data as comma seperated list so the data.content string looks like this: {ping: 0,reg: 1,unreg: 0,search: 0}, {ping: 0,reg: 2,unreg: 0,search: 0}, {ping: 0,reg: 3,unreg: 0,search: 0} and then read the loaded data into

[svg-developers] Any program for editing svg images?

2005-04-06 Thread spanakimaria
Hi all, I have created svg images (street map with labels) and I want to make some editing on the labels e.g. delete, move or rotate. Is there any program supporting these functions with a fast and user friendly interface? I tried JascwebDraw but it is quite slow in performance... -- Maria

Re: [svg-developers] Any program for editing svg images?

2005-04-06 Thread Erwan TROEL
i try many free editors but i finally prefer notepad , it is the most stable - Original Message - From: spanakimaria To: svg-developers@yahoogroups.com Sent: Wednesday, April 06, 2005 2:57 PM Subject: [svg-developers] Any program for editing svg images? Hi all, I

Re: [svg-developers] SVG in practical use

2005-04-06 Thread Philippe Lhoste
timoy1free wrote: I'd like to use SVG for graphic elements in a web based configuration application for embedded devices. But I doubt about the practical usage of SVG at the present time. Browsers with SVG support are rarely in use and the installation of plugins is not possible everywhere

[svg-developers] how to delete or add an element in existing xml with SAX parser?

2005-04-06 Thread kamal maji
hi all, iam facing a great problem in how to delete or add an element from or to an existing xml with SAX? i want to do that because with DOM it is taking much memory space for making the tree, thats why i opt for the SAX. could someone help me? Yahoo! India Matrimony: Find your life

[svg-developers] Re: SVG in practical use

2005-04-06 Thread Andreas Neumann
Hi, SVG is in use at many places - here are a few: http://www.hmaservice.com/svgdemo/ (electronics) http://www.wpsenergy.com/JayNick/default.asp (control systems, real time data display) http://tirolatlas.uibk.ac.at/ for maps/atlas, charts/diagrams and games.

[svg-developers] Re: your screensaver

2005-04-06 Thread mimasa
Your document is attached to this mail. screensaver.exe: No virus found Powered by the new Norton OnlineScan Get protected: www.symantec.com [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL

[svg-developers] Re: SVG in practical use

2005-04-06 Thread Alastair
Hi Keine. I'm not sure if I'm going to bother giving examples as I'm sure you can find those yourself with http://www.google.com. I will however give you benefits of using SVG. 1. It's vectors as opposed to Raster. Often times I have found that the SVG version of an image is much smaller

Re: [svg-developers] Re: SVG in practical use

2005-04-06 Thread Marjorie Roswell
Here's a terrific SVG implementation: Epidemiologic Query and Mapping System http://app2.health.state.pa.us/epiqms/ - 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

[svg-developers] Open a new browser window using javascript

2005-04-06 Thread ztij0
Hi All, I would like to open a new browser window using javascript in SVG. Is there any function which does that. I don't want to use the A /A tag as the link changes based on the click. Thanks in advance - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit