mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
parent
e3a3ceb2b1
commit
4157ffbb96
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ class RawPen:
|
|||
dx = distance * cos(self._angle*self._invradian)
|
||||
dy = distance * sin(self._angle*self._invradian)
|
||||
self._delete_turtle()
|
||||
self._arrow = _canvas.create_line(x-dx,y+dy,x,y,
|
||||
self._arrow = self._canvas.create_line(x-dx,y+dy,x,y,
|
||||
width=self._width,
|
||||
arrow="last",
|
||||
capstyle="round",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue