This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Subway() {} | |
/** | |
* 解析XML | |
* line和station对象 | |
* 利用SVG画线和点 | |
*/ | |
var sp = Subway.prototype; | |
/** | |
* 淡出时的透明度 | |
*/ |
NewerOlder