aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorlecoanet2003-05-09 14:54:22 +0000
committerlecoanet2003-05-09 14:54:22 +0000
commit672d92dffb5b97fef04ad2bcd0a7a62832fc7640 (patch)
tree069d5794ed5abce2ab78894aff6169bfff30da87 /BUGS
parent32866d1a5536cdc8724de9289277ba72e131d8b2 (diff)
downloadtkzinc-672d92dffb5b97fef04ad2bcd0a7a62832fc7640.zip
tkzinc-672d92dffb5b97fef04ad2bcd0a7a62832fc7640.tar.gz
tkzinc-672d92dffb5b97fef04ad2bcd0a7a62832fc7640.tar.bz2
tkzinc-672d92dffb5b97fef04ad2bcd0a7a62832fc7640.tar.xz
Started to add some missing/bugged features
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS21
1 files changed, 21 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index e69de29..6b06213 100644
--- a/BUGS
+++ b/BUGS
@@ -0,0 +1,21 @@
+
+In perl/tk icons can't be neither shaped nor transparent (for
+image formats that support tranparency). This is not really
+a bug more a limitation due to the very old version of Tk
+available within perl/tk and the way images are handled in
+Tkzinc.
+
+Text stippling is not available under openGL.
+
+Line ends and line joins are not fully implemented under openGL.
+The default behavior if to draw round ends and joins.
+
+Line dashes are not really usable in openGL. Some cases work ok,
+like aligned rectangles and other not, like curves and arcs.
+
+Tiling/stippling begin on the item or item bounding box edge
+rather than on the border edge so that the tile/stipple is
+partially masked by the border.
+
+Maps are not rendered filled in openGL. The code of maps still
+lags behind.