如何更改viewBox以使svg中的元素居中

时间:2016-10-19 11:00:01

标签: javascript svg raphael

我有一个svg地图,其中包含一堆圆圈,点击一个圆圈我想让圆圈成为画布的中心。我正在使用 RaphaelJS 与svg合作。

我已经尝试了paper.setViewBox(width / 2 - cx, height / 2 - cy, width, height, true),其中 cx xy 是我的svg文件中所选圈子的坐标,但它不起作用。< / p>

1 个答案:

答案 0 :(得分:1)

你的计算对我来说错了。我希望它是:

Private Sub CommandButton1_Click()
    CommandButton1.Select
    Selection.Delete

    UserForm1.Show
End Sub