react-native-oh-library / react-native-harmony-svg

SVG library for React Native OpenHarmony.
MIT License
6 stars 29 forks source link

fix: Fix the SvgMask display abnormality by removing the MaskUnit implement #245

Closed xlleng1 closed 4 months ago

xlleng1 commented 4 months ago

Summary

Fix the SvgMask display abnormality by removing the MaskUnit implement. In Android, MaskUnit and MaskContentUnit haven't been implemented yet, so we removed the MaskUnit implement to make the SvgMask behave normally.

Test Plan

Test is available in svgDemoCases IssueFix section as Issue#236

Resolve https://github.com/react-native-oh-library/react-native-harmony-svg/issues/236