when using List COMP attribs.top the texture bleeds 1 pixel outside of the inner border at the bottom
see demo attached:
ListCOMP_attrib_TOP_bleed.tox (2.1 KB)
when using List COMP attribs.top the texture bleeds 1 pixel outside of the inner border at the bottom
see demo attached:
ListCOMP_attrib_TOP_bleed.tox (2.1 KB)
I notice a typo in your script:
attribs.leftBorderOutColor = (1,1,1,1)
attribs.rightBorderOutColor = (1,1,1,1)
attribs.topBorderOutColor = (1,1,1,1)
attribs.topBorderOutColor = (1,1,1,1)
When I change one of the “top” borders, to bottom, the gap disappears.
Is this what you see?
Cheers,
Rob.
Oh mon dieu. Woops.
thanks for having a sharper eye than me @rob , and sorry for posting this pretty dumb non-bug.I should probably go to bed now.
Somehow I thought the top background would go no further than the inner border.
No problem. I like these kinds of bugs