LineCap doesn't work.

Fuse Version: 1.7.0, macOS

I used below markup.

<VectorLayer>
	<Path ux:Name="Target" Data="M5,5 C9.88320312,11 17.3832031,14 27.5,14 C37.6167969,14 45.1167969,11 50,5" Width="30">
		<Stroke Width="7" Color="#fff" LineCap="Round" LineJoin="Round"/>
	</Path>
</VectorLayer>

In studio, it works properly.
But, when in device(I checked only android), it doesn’t work.

(on studio)

(on android device)

How can I fix it?

I checked in iOS. It works!
It is only android problem.

I created issue ticket.

Hello! In the ticket it looks like Mortoray fixed this and Nekronos merged and closed it 5 days ago. I’m not sure how to tell if it was supposed to be in the 1.7.1 release, but as of 1.7.1 it’s still not working on Android. Just FYI in case it was assumed to be committed to that release.

We’re typically on 2-3 week release cycles, so if it was closed 5 days ago, it’s unlikely to be in the release that was shipped just a few days ago. Known issues such as this are typically listed in the release notes as well, so be on the lookout for it in a future release :slight_smile: