- We've extended the
<Line />
component with astrokeCap
prop, for specifying the line endpoint decoration. This can be one of the following:- 'none'
- 'round'
- 'square'
- 'arrow-lines'
- 'arrow-equilateral'
- We've extended all components that support
stroke
with astrokeDashPattern
prop. This will give components a dashed stroke with the dash/gap lengths passed in. - We've added
showShadowBehindNode
to theDropShadowEffect
type, which controls whether drop shadows will be visible behind transparent layers.
Bug fixes:
- Fixed a bug where the
spread
prop inShadowEffect
wasn't being mapped to the resulting shadow on the canvas.