Is this Bug Viewport?

fuse version : 0.31.2 (build 9180)
MAC OS X Sierra 10.12.1

The result of the rectangle rendering seems odd.

<Viewport Perspective="400">
    	<ScrollView>
    	<StackPanel ItemSpacing="60">
        <Each Items="{items}">
        	<Panel>
		    <Rectangle Width="200" Height="200" Fill="#2ecc71" CornerRadius="10" >
		    	<DropShadow/>
				<Rotation DegreesX="-30"/>
			</Rectangle>
			</Panel>
		</Each>
		</StackPanel>
		</ScrollView>
    </Viewport>

Hi! Can you provide a screenshot please?

Hi, it looks like you have a clipping container somewhere around this code. You need to show more of the code, look for ClipToBounds=“true” and remove that.