mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
stroke api stuff fixed
This commit is contained in:
9
todo.txt
9
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
|
||||
|
||||
Reference in New Issue
Block a user