fuselibs icon indicating copy to clipboard operation
fuselibs copied to clipboard

Unsupported Path.LineCap modes on Android

Open drslem opened this issue 7 years ago • 0 comments

Regardless of which LineCap I set it seems I always get the same (which might be Butt ?).

Tested on a couple of different Android devices, including Nexus 5 w/Android 6.0 and Galaxy Tab 3 w/Android 4.4.2

<App>
			<DockPanel >
				<Path
					StretchMode="Uniform"
					Data="M0,0 50,100,01,50"
					Width="80%" Height="80%"
					Margin="0, 0, 0, 0" Smoothness="0"
					>
					<Stroke Width="14" LineCap="Round" Color="Red"/>
				</Path>
			</DockPanel>
</App>

drslem avatar Nov 21 '17 11:11 drslem