[svg-developers] crop in svg

2005-08-23 Thread chun79
Dear all, I have a large SVG base map, what method I can call to crop out a small portion of it? Thanks for help, Eric Yahoo! Groups Sponsor ~-- font face=arial size=-1a

[svg-developers] Protecting svg source code

2005-06-17 Thread chun79
Hi there, I want to prevent others from viewing my svg source code. Is it possible to protect it by zipping it into the svgz format and disabling the view source function? Thanks in advance Eric - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

[svg-developers] Move cursor in javascript

2005-05-17 Thread chun79
Hi there, Is there any way to change the position of cursor in javascript? Thanks in advance - 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

[svg-developers] Cursor attribute doesn't work

2005-05-17 Thread chun79
Hi there, I've tried the cursor attribute under svg but it doesn't work as expected. svg cursor=crosshair Thanks in advance Eric - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo!

[svg-developers] Re: click on hotel room rectangle and display details via html

2005-05-17 Thread chun79
I think should be something like this rect id=rm123 onclick=parent.openrmdetail('rm123')/ where rm123 is the room code and openrmdetail is the javascript function in the html that holds the svg file, that receive the room id and open corresponding html page in another frame. Hope this can

[svg-developers] Transparency problem in FOP

2005-05-04 Thread chun79
Hi there, In putting the SVG into a PDF using FOP, all transparency/opacity gone, any work around for this problem? Can any other software do this for me? Many Thanks - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click

[svg-developers] DWG to SVG

2005-04-24 Thread chun79
Anyone try to convert Autocad dwg file to svg? Meanwhile I can only use illustrator to do that manually, is there any way to do that in a batch mode? - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

[svg-developers] Store SVG in database

2005-04-23 Thread chun79
Any good way to store SVG into database? For easy update and retrieve Thansks in advance! - 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

[svg-developers] calculate area from path

2005-04-20 Thread chun79
Can anyone tell me how to find out the area from a closed svg path? Any algorithm to achieve this? Thanks in advance! - 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

[svg-developers] Convert path to polygon

2005-04-20 Thread chun79
Can anyone tell me how to convert path to polygon Thanks in advance! - 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: calculate area from path

2005-04-20 Thread chun79
Thanks, but it only works for polygon --- In svg-developers@yahoogroups.com, pilatfr [EMAIL PROTECTED] wrote: --- In svg-developers@yahoogroups.com, chun79 [EMAIL PROTECTED] wrote: look at http://pilat.free.fr/english/routines/aire_polygone.htm Michel Can anyone tell me how

[svg-developers] Re: Convert path to polygon

2005-04-20 Thread chun79
Thanks a lot! Thanks method is really good for edge and curve but a bit not sufficient to sample the vertex! --- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] wrote: oops , there is a little bug in the code just posted ! var len = path.getTotalLength(); var d =