Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
这非常接近: http://jsfiddle.net/longsonr/8dA9j/ 因为你还没有绘制以原点为中心的路径,您需要平移路径,以便地球仪以原点为中心。如果您不希望整个事物在原点旋转,您可以旋转它并将所有内容包装在新的翻译中。
您应该能够摆弄 transform="translate(-360,-420)" 行来消除剩余的摆动。
This is pretty close: http://jsfiddle.net/longsonr/8dA9j/ As you haven't drawn the paths centred on the origin, you need to translate the paths so that the globe is centred on the origin. You can then rotate that and wrap all that in a new translation if you don't want the whole thing rotating at the origin.
You should be able to fiddle with the transform="translate(-360,-420)" line to remove the remaining wobble.