X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2FPixelBuffer.java;h=740f224e0f32cce33319ac72927efd6fb0f79ff6;hb=3d545db9c5a99535462adc62cbf9fc88d3dd619b;hp=eb8425a964a5a02ad1a22850b574ef9d45d54313;hpb=d8a2348c7712a69ac368335417a8f6616e535b1b;p=org.ibex.core.git diff --git a/src/org/xwt/PixelBuffer.java b/src/org/xwt/PixelBuffer.java index eb8425a..740f224 100644 --- a/src/org/xwt/PixelBuffer.java +++ b/src/org/xwt/PixelBuffer.java @@ -34,7 +34,7 @@ public abstract class PixelBuffer { */ public abstract void drawPictureAlphaOnly(Picture source, int dx1, int dy1, int cx1, int cy1, int cx2, int cy2, int rgb); - // FIXME: we want floats (inter-pixel spacing) for antialiasing, but this hoses the fastpath line drawing... argh! + // FEATURE: we want floats (inter-pixel spacing) for antialiasing, but this hoses the fastpath line drawing... argh! /** draws a line of width w; note that the coordinates here are post-transform */ public void drawLine(int x1, int y1, int x2, int y2, int w, int color, boolean capped) {