fix clipSize for overhanging canvases (#10678)
(should've included it in the other PR.....)
This commit is contained in:
@@ -63,6 +63,8 @@ public class CanvasBlock extends Block{
|
|||||||
colorToIndex.put(palette[i], i);
|
colorToIndex.put(palette[i], i);
|
||||||
}
|
}
|
||||||
bitsPerPixel = Mathf.log2(Mathf.nextPowerOfTwo(palette.length));
|
bitsPerPixel = Mathf.log2(Mathf.nextPowerOfTwo(palette.length));
|
||||||
|
|
||||||
|
clipSize = Math.max(clipSize, size * 8 - padding);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user