Closed
Description
It appears that the bug #4178 is still present http://jsfiddle.net/Bretto/ugR3v/ you can see the trails behind the texts on the edges of the canvas... how can I clear those ? thanks
It appears that the bug #4178 is still present http://jsfiddle.net/Bretto/ugR3v/ you can see the trails behind the texts on the edges of the canvas... how can I clear those ? thanks
Activity
mrdoob commentedon Feb 11, 2014
As described in #4178 you need to make sure that the content inside the sprite doesn't go outside the -1 to 1 region. Basically, make sure the text is inside the circle. If you need to make the text bigger, scale the sprite up.
Bretto commentedon Feb 11, 2014
Thanks but to make the text fit into a 1px region I need to make the font size smaller than .5, and when I do the text disappear... could someone show us how its supposed to be done ?
WestLangley commentedon Feb 11, 2014
I think that, now, it is the -0.5 to +0.5 region. That is, the diameter of the circle is 1.
mrdoob commentedon Feb 11, 2014
Ah. True that.
Bretto commentedon Feb 11, 2014
maybe this will help someone