如何在PHP中绘制带有虚线边框的圆?
我想画一个带有虚线边框的圆。 imagearc 函数可用于简单的边框。但我对虚线边框没有任何办法。
谢谢。
I want to draw a circle with dashed border. imagearc function can be used for simple border. But I don't get any way for dashed border.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是
绘制虚线圆的另一种方法。享受吧!
参考
here it is
one more way of drawing a dashed-line circle.enjoy!
Reference
这是我用来执行此操作的代码。
Here is the code I used to do it.