I thought porpertyList had been retired in HEAD?fop.fo.flow.Table line 157: CommonBackground bProps = propMgr.getBackgroundProps();
line 193: this.BackgroundColor = this.propertyList.get(PR_BACKGROUND_COLOR).getColorType();
How should I see this? Is one of the two superfluous? Do they complement each other? Shouldn't the latter be rewritten as :
this.BackgroundColor = bProps.backColor
I'd think so.
J.Pietschmann