Zaid-Ajaj / Feliz

A fresh retake of the React API in Fable and a collection of high-quality components to build React applications in F#, optimized for happiness
https://zaid-ajaj.github.io/Feliz/
MIT License
544 stars 81 forks source link

Add mask attribute and fix mapping of mask element #429

Closed duncanworthy closed 2 years ago

duncanworthy commented 2 years ago

Element mappings for mask updated to point to the corresponding react element "mask" where previously it looked like it had been copy-pasted from marker without the mapping being updated. Also added the corresponding attribute mapping so that the mask element can be applied to other elements by reference - e.g. svg.mask "url(#mask1)" Related issue - #428

Zaid-Ajaj commented 2 years ago

Thanks @duncanworthy merged and published as of Feliz v1.57 🚀