gabor papp | 21 May 2011 19:57
Picon
Favicon

text vs. oval bug

hi all,

i might have encountered a bug. when i display text and draw an oval, 
they are connected with a line. i'm using the latest git version. tested 
in osx and ubuntu.

---

size(500, 500)

font('Arial')
text('Test', 100, 100)

stroke(0)
oval(300, 300, 50, 50)

----

any help would be appreciated.

best,
gabor
Sebastian Oliva | 21 May 2011 20:40
Picon
Gravatar

Re: text vs. oval bug

On Sat, May 21, 2011 at 11:57 AM, gabor papp <gabor.lists@...> wrote:
> hi all,
>
> i might have encountered a bug. when i display text and draw an oval, they
> are connected with a line. i'm using the latest git version. tested in osx
> and ubuntu.
>
> ---
>
> size(500, 500)
>
> font('Arial')
> text('Test', 100, 100)
>
> stroke(0)
> oval(300, 300, 50, 50)
>
> ----
>
> any help would be appreciated.
>
> best,
>
I can confirm it on my install. Added it on the bugtracker and
assigned it to me. http://bugs.shoebot.net/issue20
gabor papp | 22 May 2011 07:45
Picon
Favicon

Re: text vs. oval bug

> I can confirm it on my install. Added it on the bugtracker and
> assigned it to me. http://bugs.shoebot.net/issue20
thanks. as a workaround i used
beginpath()
endpath()
before the oval(), which seems to eliminate the problem for now.

gabor

Gmane