Using FireBug in FireFox 3, most of the height attributes of the polyline SVGs are going negative and this is what is hiding them?
<svg viewBox="785 -23 7120 -162" height="-162px" width="7120px" style="position: absolute; left: 785px; top: -23px; z-index: 1000;" overflow="visible" version="1.1"> <path fill="none" stroke-width="5px" stroke-opacity="1" stroke="#FF0000" d="M 790 -18 L 790 -18 " stroke-linecap="round" stroke-linejoin="round"></path> </svg> <svg viewBox="761 0 6904 65" height="65px" width="6904px" style="position: absolute; left: 761px; top: 0px; z-index: 1000;" overflow="visible" version="1.1"> <path fill="none" stroke-width="5px" stroke-opacity="1" stroke="#FF0000" d="M 766 6 L 766 5 " stroke-linecap="round" stroke- linejoin="round"></path> </svg> <svg viewBox="751 -9 6814 -36" height="-36px" width="6814px" style="position: absolute; left: 751px; top: -9px; z-index: 1000;" overflow="visible" version="1.1"> <path fill="none" stroke-width="5px" stroke-opacity="1" stroke="#FF0000" d="M 756 -4 L 756 -4 " stroke-linecap="round" stroke- linejoin="round"></path> </svg> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
