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

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

fix: SvgText alignmentBaseline invalid #242

Closed Louis-C7 closed 4 months ago

Louis-C7 commented 4 months ago

Summary

TSpan's alignmentBaseline and baselineShift haven't been inherited from their parent, and the coordinate of typography hasn't been considered, leading to the invalid alignmentBaseline problem.

Test Plan

Test is available in svgDemoCases IssueFix section as "Issue#241".

Resolve #239 , #241 , #240