Skip to content

Commit 345947a

Browse files
committed
bring back getImage() to fix processing#4473
1 parent f8d77c8 commit 345947a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/todo.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ X some Table cleanup based on other CSV parsing work
33
X use StandardCharsets.UTF_8 instead of getting encoding by name
44
X PApplet.main(Blah.class) now works
55
o add push() and pop() methods to mirror js?
6+
X Can't render PGraphics object using image() within a PDF
7+
X https://github.com/processing/processing/issues/4473
68
X add toJSON() method to IntDict
79
X had to use JSONObject.quote() to wrap the text
810
_ do the same for the other data classes
@@ -23,9 +25,6 @@ X https://github.com/processing/processing/pull/4268
2325
_ option to disable OpenGL ES on Linux?
2426
_ https://github.com/processing/processing/issues/4584
2527

26-
_ Can't render PGraphics object using image() within a PDF
27-
_ https://github.com/processing/processing/issues/4473
28-
2928
_ JSONObject get() method is private
3029
_ https://github.com/processing/processing/issues/4334
3130
_ https://github.com/processing/processing/pull/4336

0 commit comments

Comments
 (0)