draw_arrow
Draw an arrow between two points on the ASCII canvas, with the arrowhead pointing at the end coordinate. Provide start and end x,y positions to create directional indicators for wireframes and diagrams.
Instructions
在两点之间绘制带箭头的连线,箭头指向终点
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes |