We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import { Leafer, Ellipse } from 'leafer-ui' const leafer = new Leafer({ view: window }) const ellipse = new Ellipse({ fill: "rgb(50,205,121)", cornerRadius: 24, }) leafer.add(ellipse)
The text was updated successfully, but these errors were encountered:
可以定位到 PathCorner.smooth 在 处理 [25, 50, 50, 50, 50] 时 swith case 没有 25 分支
PathCorner.smooth
[25, 50, 50, 50, 50]
Sorry, something went wrong.
感谢反馈,Ellipse不支持cornerRadius, 我下次阻止一下
No branches or pull requests
The text was updated successfully, but these errors were encountered: