gpt4 book ai didi

jquery - 使用 RaphaelJS 调整形状大小

转载 作者:行者123 更新时间:2023-11-30 06:46:20 26 4
gpt4 key购买 nike

Is it possible using RaphaelJS ? 我的意思是二维部分。

我想到的唯一方法是按比例重写所有路径,然后调整它们的大小以适合我的 Canvas 容器。

最佳答案

是的。 From the raphael site

var c = paper.circle(10, 10, 10);
// makes the circle 1.5 times larger
c.scale(1.5, 1.5);
// makes the circle half as wide, and 75% as high
c.scale(.5, .75);

关于jquery - 使用 RaphaelJS 调整形状大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6378170/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com