Open main menu

CDOT Wiki β

Changes

no edit summary
== Project Description ==
[http://processingjs.org/ Processing.js] remains incomplete as a port of [http://processing.org/ Processing]. Among the features still to be implemented are the functions [http://processing.org/reference/pushStyle_.html ''pushStyle()''], [http://processing.org/reference/popStyle_.html ''popStyle()''], [http://processing.org/reference/boolean_.html ''boolean()''], and [http://processing.org/reference/strokeCap_.html ''strokeCap()''], and [http://processing.org/reference/strokeJoin_.html ''strokeJoin()'']. The first two functions automatically save style information for later retrieval and reuse. ''boolean()'' "converts" arguments into a boolean value. ''strokeCap()'' determines how the ends of lines are rendered. ''strokeJoin()'' determines how the joints connecting two lines is rendered.
== Resources ==
*'''''function''' size'' modified to respect previous settings.
**Used to recreate context and reset settings, which overwrote the desired default.
 
===strokeJoin()===
==Things to do==
|-
|Test cases for ''strokeCap()''
|Done
|[[User:mlam19|Matthew Lam]]
|[http://matrix.senecac.on.ca/~mlam19/processingjs/strokeCapTest1.html Test page]
|-
|Test cases for ''strokeJoin()''
|In progress
|[[User:mlam19|Matthew Lam]]
|[http://matrix.senecac.on.ca/~mlam19/processingjs/strokeCapTest1strokeJoinTest1.html Test page]
|}
!Date
!Notes
|-
|Nov. 29, 2009
|[http://wobblyretroaction.blogspot.com/2009/11/processingjs-strokecap.html ''strokeCap()'' completed].
|-
|Nov. 19, 2009
1
edit