Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thickness attribute doesn't work on ellipse #1213

Closed
ray-5050 opened this issue Aug 31, 2021 · 1 comment
Closed

thickness attribute doesn't work on ellipse #1213

ray-5050 opened this issue Aug 31, 2021 · 1 comment
Labels
state: ready Fixed/Added and will be present in an upcoming release
Projects

Comments

@ray-5050
Copy link

Version of Dear PyGui

Version: 0.8.64

Operating System: Linux Mint 20.2 Uma base: Ubuntu 20.04

My Issue/Question

dpg.draw_ellipse([100, 100], [150, 175], thickness=10) produces an ellipse of line thickness of 1

To Reproduce

import dearpygui.dearpygui as dpg

with dpg.window(label="Tutorial", width=800, height=300):
    with dpg.drawlist(width=300, height=300):
        dpg.draw_ellipse(pmin=[100, 100], pmax=[150, 175], thickness=10)  # doesn't work
        dpg.draw_line(p1=[100, 100], p2=[150, 175], thickness=10)  # works

dpg.start_dearpygui()
@hoffstadt hoffstadt added the bug label Sep 1, 2021
@hoffstadt hoffstadt added this to Needs triage in Bug Tracker via automation Sep 1, 2021
@hoffstadt hoffstadt moved this from Needs triage to High priority in Bug Tracker Sep 1, 2021
@hoffstadt
Copy link
Owner

Fixed in 1.0.

@hoffstadt hoffstadt added the state: ready Fixed/Added and will be present in an upcoming release label Sep 28, 2021
Bug Tracker automation moved this from High priority to Closed Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: ready Fixed/Added and will be present in an upcoming release
Projects
No open projects
Development

No branches or pull requests

2 participants