gpt4 book ai didi

css - 通过 css 更改 SVG

转载 作者:行者123 更新时间:2023-11-28 16:04:41 24 4
gpt4 key购买 nike

我有这个 SVG 代码

<pattern id="thirdPattern" x="0" y="5" width="40" height="40" patternUnits="userSpaceOnUse">
<circle r="10" cx="15" cy="10" />
</pattern>

我可以通过 CSS 更改 r、cx 和 cy 值吗,就像这样

@keyframes move {
25% {
cx: 50%;
cy: 50%;
r: 60;
}
}

或者这个

#thirdPattern {
cx: 25;
cy: 25;
r: 50;
}

此代码有效,但代码编辑器确实显示错误,因为 r cx cy 不是 CSS 属性。

最佳答案

不在 SVG 1.1 中, 但 SVG 2 应该支持这个。浏览器正在逐渐添加 SVG 2 功能 - 您的情况可能会有所不同。

关于css - 通过 css 更改 SVG <circle> <rect> 值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39435905/

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