@@ -44,6 +44,11 @@ X remove SVG warning about "#text" ignored
4444X fix bug where noDelays wasn't being used in PApplet
4545X remove "ignoring #text tag" from SVG loader
4646X can ignore any # items altogether
47+ o add "CGAffineTransformInvert: singular matrix" problem to the Wiki
48+ X http://code.google.com/p/processing/issues/detail?id=1363
49+ X confirmed fixed with 6u41
50+ _ don't allocate Java2D buffer inside beginDraw()
51+ _ otherwise PDF will make an enormous image even if it's not needed
4752
4853andres
4954A P3D sketches failing to run
@@ -97,8 +102,10 @@ A http://code.google.com/p/processing/issues/detail?id=1445
97102A exit() crashes Java on P2D and 3D when fullscreen only
98103A https://github.com/processing/processing/issues/12
99104_ Default filter on PGraphics does nothing (JAVA2D) or causes crash (P2D/P3D)
100- _ http://code.google.com/p/processing/issues/detail?id=1496
101- X https://github.com/processing/processing/issues/1534
105+ _ https://github.com/processing/processing/issues/1534
106+ X http://code.google.com/p/processing/issues/detail?id=1496
107+ A crash when running latest P2D/P3D under VMware
108+ A https://github.com/processing/processing/issues/1644
102109
103110cleaning/earlier
104111C textureWrap() CLAMP and REPEAT now added
@@ -638,12 +645,6 @@ _ document somehow.. svg viewer will be discontinued
638645_ http://www.adobe.com/svg/eol.html
639646
640647
641- CORE / PGraphicsJava2D
642-
643- _ add "CGAffineTransformInvert: singular matrix" problem to the Wiki
644- _ http://code.google.com/p/processing/issues/detail?id=1363
645-
646-
647648CORE / OpenGL (Andres)
648649
649650_ ortho() issues
@@ -655,7 +656,8 @@ _ http://code.google.com/p/processing/issues/detail?id=121
655656_ first few frames of OpenGL sketches on Windows run slowly
656657_ http://code.google.com/p/processing/issues/detail?id=107
657658_ implement textMode(SHAPE) with OPENGL
658- _ http://code.google.com/p/processing/issues/detail?id=738
659+ _ https://github.com/processing/processing/issues/777
660+ X http://code.google.com/p/processing/issues/detail?id=738
659661_ Signature issue on contributed libraries affects unrelated opengl sketches
660662_ http://code.google.com/p/processing/issues/detail?id=261
661663_ simple NPE in OpenGL causes really large, not useful, stack trace
0 commit comments