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

Improvement: speed up draw_line() for a special case. #20

Closed
GoogleCodeExporter opened this issue Mar 12, 2016 · 2 comments
Closed

Improvement: speed up draw_line() for a special case. #20

GoogleCodeExporter opened this issue Mar 12, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

draw_rect and draw_circle both rely heavily on draw line now when filling.  
However these instances are only ever with horizonal lines; and so a special 
case will be added that will edit pixels by the byte vs one at a time.

Original issue reported on code.google.com by mdmetzle@gmail.com on 2 Nov 2010 at 2:39

@GoogleCodeExporter
Copy link
Author

Original comment by mdmetzle@gmail.com on 2 Nov 2010 at 2:39

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Implemented as fill_line(line,x0,x1,color)

Original comment by mdmetzle@gmail.com on 4 Nov 2010 at 1:43

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant