Fix todo comment

This commit is contained in:
Mikael Sand
2017-07-25 10:19:11 +03:00
parent 51f28ce525
commit d2eb3a6e16

View File

@@ -219,7 +219,7 @@ class TSpanShadowNode extends TextShadowNode {
double totalHeight = top + bottom;
double baselineShift = 0;
if (mAlignmentBaseline != null) {
// TODO alignment-baseline
// TODO alignment-baseline, test / verify behavior
switch (mAlignmentBaseline) {
// https://wiki.apache.org/xmlgraphics-fop/LineLayout/AlignmentHandling
default: