DiagonalLayout renders fine but when I call view.draw(canvas), the DiagonalLayout is not drawn into the canvas
Bitmap b = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
Canvas c = new Canvas(b);
v.draw(c);
heres the screenshots
before v.draw:

after v.draw:
