Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我正在尝试调整由 raphael 创建的地图的大小,我最终加载了 SVG 文件坐标,然后运行此函数来创建选择了新区域的地图,但我似乎无法调整它的大小。 http://pastie.org/4319180
似乎您只是在画布中绘制地图....尝试使用
paper.setviewBox(xvalue, yvalue, resize-x-width, resize-y-height);
为您提供画布的缩放和平移功能,希望对您有所帮助...