Procházet zdrojové kódy

Can disable the warning now, replaced by an explanation of the simplification.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@689028 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_0
Jeremias Maerki před 16 roky
rodič
revize
62b7eb34cb

+ 2
- 1
src/java/org/apache/fop/render/intermediate/IFRenderer.java Zobrazit soubor

@@ -1054,7 +1054,8 @@ public class IFRenderer extends AbstractPathOrientedRenderer {
/** {@inheritDoc} */
protected void drawBorderLine(float x1, float y1, float x2, float y2, boolean horz,
boolean startOrBefore, int style, Color col) {
log.warn("drawBorderLine() not properly implemented, yet");
//Simplified implementation that is only used by renderTextDecoration()
//drawBorders() is overridden and uses the Painter's high-level method drawBorderRect()
updateColor(col, true);
fillRect(x1, y1, x2 - x1, y2 - y1);
}

Načítá se…
Zrušit
Uložit