@@ -258,13 +258,14 @@ o http://dev.processing.org/bugs/show_bug.cgi?id=964
258258decisions
259259o call reapplySettings() when using beginRecord()?
260260X nope, won't work for many fonts, can't get the background
261- _ should beginRecord inherit settings from its parent renderer?
262- _ textFont() is null on beginRecord
263- _ same would be the case for strokeWeight, background, etc.
264- _ http://dev.processing.org/bugs/show_bug.cgi?id=346
265- _ add note to begin/endRecord, that settings are not inherited
266- _ http://dev.processing.org/bugs/show_bug.cgi?id=346
267- _ or actually inherit the settings
261+ X should beginRecord inherit settings from its parent renderer?
262+ X textFont() is null on beginRecord
263+ X same would be the case for strokeWeight, background, etc.
264+ X add note to begin/endRecord, that settings are not inherited
265+ X http://dev.processing.org/bugs/show_bug.cgi?id=346
266+ o or actually inherit the settings
267+ X decision: too many minor glitches possible, just note in the ref
268+ X i.e. some fonts don't work with PDF, or bg color can't be re-set
268269X clean up filter stuff?
269270X filter(GRAY) -> to push things to luminosity-based gray
270271X already implemented this way
@@ -280,7 +281,9 @@ o http://en.wikipedia.org/wiki/Clip_Mapping
280281o http://www.cubic.org/docs/3dclip.htm
281282o perspective() applied after camera()... problems?
282283o make sure that filter, blend, copy, etc say that no loadPixels necessary
283- _ add java.io.Reader (and Writer?) to imports
284+ o add java.io.Reader (and Writer?) to imports
285+ X binary() auto-sizes, hex() does not
286+ X decision: remove auto-sizing from binary
284287
285288xml changes
286289o see if write() is necessary inside PNodeXML
@@ -360,6 +363,7 @@ _ figure out why font naming not working correctly
360363_ add blendMode() to reference, remove blend()
361364_ need documentation for quadraticVertex()
362365_ docs for rect(x, y, w, h, r) and rect(x, y, w, h, tl, tr, br, bl)
366+ _ svg examples should use getShape(name) not getChild(name)
363367
3643682.0
365369_ toArray(), toArray(float[]), toVectorArray(), toVectorArray(PVector[])
@@ -381,13 +385,6 @@ _ http://dvcs.w3.org/hg/webevents/raw-file/tip/touchevents.html
381385_ http://www.html5rocks.com/en/mobile/touch.html
382386_ decision: go with what looks like javascript/ios
383387_ touchEvent(), gestureEvent()?
384- _ binary() auto-sizes, hex() does not
385- _ decision: remove auto-sizing from binary
386- _ in PShape, getChild(name) refers to a <blah id="name">
387- _ however in an XML file, that's <name ...>, meaning the name of the tag
388- _ change it to getShape(name)? also for fonts getShape(char c)
389- _ decision: use getShape() (maybe add getShapeCount and getShape(int))
390- _ and remove getChild() from PShape
391388_ load/save methods.. is it save("blah.svg") or saveSVG("blah.svg")
392389_ also works that way with tables
393390_ decision: useExtension() or something like that
@@ -523,6 +520,12 @@ _ http://code.google.com/p/processing/issues/detail?id=246
523520_ path for selectXxxxx() functions
524521_ http://code.google.com/p/processing/issues/detail?id=233
525522_ provide a way to clear the PGraphics with plain alpha
523+ _ in PShape, getChild(name) refers to a <blah id="name">
524+ _ however in an XML file, that's <name ...>, meaning the name of the tag
525+ _ change it to getShape(name)? also for fonts getShape(char c)
526+ _ decision: use getShape() (maybe add getShapeCount and getShape(int))
527+ _ and remove getChild() from PShape
528+ _ oops: getParent() is in there, as is getChildren() and others...
526529
527530stop() mess
528531_ notes
0 commit comments