[svg-developers] Zoom with selection rectangle

2006-12-31 Thread jgfa92004
Hi all, Does anyone have an example of svg file with a selection rectangle to zoom in ? Thanks a lot. Happy new year everybody. Julie - 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] gzip php output

2006-12-31 Thread Sean M Montague
Can anyone offer suggestions on the best way to compress php output of svg? Does the example below compress all the the svg including what is outside of the php tags? Will the content of php require_once(php/map.php); get compressed also? Thank you. --Sean ?php ob_start(ob_gzhandler);? ?php