From 2bfdaeddb0416e46cf00d25418ca5ce92fd42894 Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 19 Sep 2003 22:29:07 +0000 Subject: [PATCH] stroke api stuff fixed --- todo.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/todo.txt b/todo.txt index 0c30c6010..e8269f65e 100644 --- a/todo.txt +++ b/todo.txt @@ -168,6 +168,11 @@ _ added background(BImage) _ screenGrab -> saveFrame _ textMode for alignments .. ALIGN_LEFT, ALIGN_CENTER, ALIGN_RIGHT _ ALIGN_XXXX becuase LEFT already used for keys +X implement text(int something) and text(float something) +o and perhaps others? +X textSpace SCREEN_SPACE and OBJECT_SPACE +X strokeMode/strokeWidth -> +X strokeWeight, strokeJoin, strokeMiter // imaging API keywords pdeKeywords.add("REPLACE", Token.LITERAL1); @@ -183,11 +188,7 @@ _ ALIGN_XXXX becuase LEFT already used for keys API -X implement text(int something) and text(float something) -o and perhaps others? -_ textSpace SCREEN_SPACE and OBJECT_SPACE _ need bezierTangent() code -_ strokeMode/strokeWidth -> strokeMode(weight, join, miter) _ param() function _ also include code to read from properties file _ for application mode or while inside the environment