fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Feature: Dashed Strokes #1442

Closed ichan-mb closed 2 years ago

ichan-mb commented 2 years ago

Added experimental support for drawing dashed strokes using the new DashedSize property on the Stroke class

Example:

<Rectangle Size=300 Color="Yellow">
    <Stroke Width="5" DashedSize="10" Color="Red" />
</Rectangle>

This PR contains: