perl GD 绘制形状
我正在使用 GD 库来绘制图像。
我正在绘制的图像是这个 http://i39.tinypic.com/apd1f7.png
我我能够管理大部分图像,但是,我不知道如何绘制图像的红色部分。 红色部分两侧都有一个横向三角形...我如何使用 GD 库来管理它?
I am using GD library to draw an image.
Image I am drawing is this http://i39.tinypic.com/apd1f7.png
I am able to manage most of the image however, I do not know how to draw the red portion of the image. The red portion has a sideways triangle on both sides...how can I manage that using the GD lib?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要 fillPolygon,请参阅 https://metacpan.org/pod/distribution/GD/GD .pm。
You want filledPolygon, see https://metacpan.org/pod/distribution/GD/GD.pm.