绘制地铁线路html,HTML5绘制上海地铁线路图(2)
创建图元数据需要转换成qunee图元对象,三种类型分别对应三个创建函数创建文本标签function createText(name, x, y, rotate){var text = graph.createNode(name, x, y);if(rotate){text.rotate = rotate;}text.zIndex = 20;text.image = null;text.setSty...