Discussion:
Background affected by translate + rotate
Stuart Axon
2009-09-04 20:09:54 UTC
Permalink
If I do translate background is affected - the next example should be entirely white, but it has a peach border

background(1.0, 0.5, 0.4)
translate(8, 8)
background(1, 1, 1)


rotate works too

background(1.0, 0.5, 0.4)
translate(8, 8)
rotate(45)
background(1, 1, 1)


I've tested these in nodebox and in both have the correct white background
Loading...