mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-07 16:54:52 +00:00
Fix todo comment
This commit is contained in:
@@ -219,7 +219,7 @@ class TSpanShadowNode extends TextShadowNode {
|
|||||||
double totalHeight = top + bottom;
|
double totalHeight = top + bottom;
|
||||||
double baselineShift = 0;
|
double baselineShift = 0;
|
||||||
if (mAlignmentBaseline != null) {
|
if (mAlignmentBaseline != null) {
|
||||||
// TODO alignment-baseline
|
// TODO alignment-baseline, test / verify behavior
|
||||||
switch (mAlignmentBaseline) {
|
switch (mAlignmentBaseline) {
|
||||||
// https://wiki.apache.org/xmlgraphics-fop/LineLayout/AlignmentHandling
|
// https://wiki.apache.org/xmlgraphics-fop/LineLayout/AlignmentHandling
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user