Discussion:
text vs. oval bug
gabor papp
2011-05-21 17:57:17 UTC
Permalink
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
2011-05-21 18:40:55 UTC
Permalink
Post by gabor papp
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
2011-05-22 05:45:56 UTC
Permalink
Post by Sebastian Oliva
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

Continue reading on narkive:
Loading...