@@ -11,6 +11,11 @@ X need to sort out with docs what's happening here
1111X just a reference issue
1212X substitute MOVE cursor with HAND on OS X
1313X https://github.com/processing/processing/issues/2358
14+ X Allow textWidth() with the default font
15+ X https://github.com/processing/processing/issues/2331
16+ X https://github.com/processing/processing/pull/2338
17+ X bug in relative moveto commands for SVG
18+ X https://github.com/processing/processing/issues/2377
1419
1520cleaning
1621o how much of com.benfry.* should go in?
@@ -56,14 +61,13 @@ _ modernize Client/Server code to use synchronized lists
5661_ do we let people use the public vars in Server and Client?
5762_ are they documented?
5863
59- _ make join() work with Iterable?
60- _ will this collide with the current String[] version?
61-
6264
6365high
6466_ Sketch runs with default size if size() is followed by large memory allocation
65- _ https://github.com/processing/processing/issues/2039
67+ _ some sort of threading issue happening here
6668_ https://github.com/processing/processing/issues/1672
69+ _ https://github.com/processing/processing/issues/2039 (dupe)
70+ _ https://github.com/processing/processing/issues/2294 (dupe)
6771_ point() rendering differently in 2.0.3 and 2.1
6872_ https://github.com/processing/processing/issues/2278
6973_ internally, we probably have to call set() if it's a 1 pixel point
@@ -127,6 +131,8 @@ _ save the constructor for the version that actually copies data
127131_ the table pointer version will be speedy and allow chaining
128132
129133decisions/misc
134+ _ make join() work with Iterable?
135+ _ will this collide with the current String[] version?
130136_ add options for image.save() (or saveImage?)
131137_ add quality=[0,1] for jpeg images
132138_ add dpi=[0,n] for for png images
0 commit comments