我有一个svg地图,其中包含一堆圆圈,点击一个圆圈我想让圆圈成为画布的中心。我正在使用 RaphaelJS 与svg合作。
我已经尝试了paper.setViewBox(width / 2 - cx, height / 2 - cy, width, height, true)
,其中 cx 和 xy 是我的svg文件中所选圈子的坐标,但它不起作用。< / p>
答案 0 :(得分:1)
你的计算对我来说错了。我希望它是:
Private Sub CommandButton1_Click()
CommandButton1.Select
Selection.Delete
UserForm1.Show
End Sub