[wx 2.6.3, WinXP, VC6] wxDC::DrawLine
Iulian-Nicu Serbanoiu
undergraver at gmail.com
Thu May 17 03:43:13 PDT 2007
I find that hard to believe. I'm pretty sure that they use Bresenham's
algorithm - maybe a little modified.
Could you post a minimal sample of the code that gives you those kind
of problems ?
Thanks,
Iulian
On 5/17/07, Joe Stanton <joe at bravenewsoftware.com> wrote:
> A diagonal line drawn can produce gaps which paint can
> leak through. Is there a fix planned for this?
>
> dc.DrawLine(0,0,510,511);
>
> I have had to implement a point plotter using code from
> a freeware implementation of Bresenham, but it is ~12%
> slower than using wxDC::DrawLine.
>
> I see no mention of this being addressed in the 2.8.3
> release.
>
> Thank you for being tolerant of my first post.
>
> Joe
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>
>
More information about the wx-users
mailing list