{"url":"https://api.github.com/repos/open-cogsci/OpenSesame/issues/748","repository_url":"https://api.github.com/repos/open-cogsci/OpenSesame","labels_url":"https://api.github.com/repos/open-cogsci/OpenSesame/issues/748/labels{/name}","comments_url":"https://api.github.com/repos/open-cogsci/OpenSesame/issues/748/comments","events_url":"https://api.github.com/repos/open-cogsci/OpenSesame/issues/748/events","html_url":"https://github.com/open-cogsci/OpenSesame/issues/748","id":802701464,"node_id":"MDU6SXNzdWU4MDI3MDE0NjQ=","number":748,"title":"Changing radius of a canvas.circle has no effect","user":{"login":"eort","id":8819465,"node_id":"MDQ6VXNlcjg4MTk0NjU=","avatar_url":"https://avatars.githubusercontent.com/u/8819465?v=4","gravatar_id":"","url":"https://api.github.com/users/eort","html_url":"https://github.com/eort","followers_url":"https://api.github.com/users/eort/followers","following_url":"https://api.github.com/users/eort/following{/other_user}","gists_url":"https://api.github.com/users/eort/gists{/gist_id}","starred_url":"https://api.github.com/users/eort/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eort/subscriptions","organizations_url":"https://api.github.com/users/eort/orgs","repos_url":"https://api.github.com/users/eort/repos","events_url":"https://api.github.com/users/eort/events{/privacy}","received_events_url":"https://api.github.com/users/eort/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":425538403,"node_id":"MDU6TGFiZWw0MjU1Mzg0MDM=","url":"https://api.github.com/repos/open-cogsci/OpenSesame/labels/Bug","name":"Bug","color":"FF9800","default":false,"description":null}],"state":"closed","locked":false,"assignees":[{"login":"smathot","id":594936,"node_id":"MDQ6VXNlcjU5NDkzNg==","avatar_url":"https://avatars.githubusercontent.com/u/594936?v=4","gravatar_id":"","url":"https://api.github.com/users/smathot","html_url":"https://github.com/smathot","followers_url":"https://api.github.com/users/smathot/followers","following_url":"https://api.github.com/users/smathot/following{/other_user}","gists_url":"https://api.github.com/users/smathot/gists{/gist_id}","starred_url":"https://api.github.com/users/smathot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smathot/subscriptions","organizations_url":"https://api.github.com/users/smathot/orgs","repos_url":"https://api.github.com/users/smathot/repos","events_url":"https://api.github.com/users/smathot/events{/privacy}","received_events_url":"https://api.github.com/users/smathot/received_events","type":"User","user_view_type":"public","site_admin":false}],"milestone":null,"comments":1,"created_at":"2021-02-06T13:19:17Z","updated_at":"2021-02-14T18:11:31Z","closed_at":"2021-02-14T18:11:31Z","assignee":{"login":"smathot","id":594936,"node_id":"MDQ6VXNlcjU5NDkzNg==","avatar_url":"https://avatars.githubusercontent.com/u/594936?v=4","gravatar_id":"","url":"https://api.github.com/users/smathot","html_url":"https://github.com/smathot","followers_url":"https://api.github.com/users/smathot/followers","following_url":"https://api.github.com/users/smathot/following{/other_user}","gists_url":"https://api.github.com/users/smathot/gists{/gist_id}","starred_url":"https://api.github.com/users/smathot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smathot/subscriptions","organizations_url":"https://api.github.com/users/smathot/orgs","repos_url":"https://api.github.com/users/smathot/repos","events_url":"https://api.github.com/users/smathot/events{/privacy}","received_events_url":"https://api.github.com/users/smathot/received_events","type":"User","user_view_type":"public","site_admin":false},"author_association":"COLLABORATOR","issue_field_values":[],"type":null,"active_lock_reason":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"issue_dependencies_summary":{"blocked_by":0,"total_blocked_by":0,"blocking":0,"total_blocking":0},"body":"When changing the radius of a named Canvas circle element, the next call of show won't put the change of radius into effect. Only if the position is changed, too, the radius change occurs. This script illustrates the problem:\r\n\r\n```\r\nmax_pumps = 5\r\ncv = Canvas()\r\ncv['balloon'] = Circle(0,0,r=20, fill=True, color = 'green')\r\nkb = Keyboard()\r\n\r\nnr_pumps = 0\r\nwhile nr_pumps != max_pumps:\r\n    cv.show()\r\n    k,t = kb.get_key()\r\n    if k=='space':\r\n        cv['balloon'].r += 20\r\n        # uncommenting the following line will show the change of radius\r\n        #cv['balloon'].x += 0\r\n \r\n```","closed_by":{"login":"smathot","id":594936,"node_id":"MDQ6VXNlcjU5NDkzNg==","avatar_url":"https://avatars.githubusercontent.com/u/594936?v=4","gravatar_id":"","url":"https://api.github.com/users/smathot","html_url":"https://github.com/smathot","followers_url":"https://api.github.com/users/smathot/followers","following_url":"https://api.github.com/users/smathot/following{/other_user}","gists_url":"https://api.github.com/users/smathot/gists{/gist_id}","starred_url":"https://api.github.com/users/smathot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smathot/subscriptions","organizations_url":"https://api.github.com/users/smathot/orgs","repos_url":"https://api.github.com/users/smathot/repos","events_url":"https://api.github.com/users/smathot/events{/privacy}","received_events_url":"https://api.github.com/users/smathot/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/open-cogsci/OpenSesame/issues/748/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/open-cogsci/OpenSesame/issues/748/timeline","performed_via_github_app":null,"state_reason":"completed","pinned_comment":null}