gpt4 book ai didi

d3.js - 预期 ')' - SVG 转换抛出错误

转载 作者:行者123 更新时间:2023-12-05 00:14:40 25 4
gpt4 key购买 nike

我正在使用 D3 向 g 添加属性元素。我还使用 D3-selection-multi 使编写属性更容易(允许您将对象传递给 .attrs() 函数)。

使用 webpackbabel-preset-env

d3.select('g').attrs({
'class': 'thing',
'transform-origin': '50% 50%',
'transform': `translate(${opts.w/2} ${opts.h/2}) rotate(${opts.angle}deg)`
})

我不断收到此错误: attribute transform: Expected ')'

最佳答案

原来你不能使用 单位 在 SVG 转换中。
rotate(45deg) - 不起作用并且会抛出错误。
rotate(45) - 预期行为。

关于d3.js - 预期 ')' - SVG 转换抛出错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46590005/

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