Michael-Heinzelmann-IT-Consulting / ORCC-open-rapid-content-creation

open source tools that enable rapid content creation for enternainment, education and media production
GNU General Public License v3.0
0 stars 0 forks source link

APi changes - Improve robustness, canvas interoperability and allow proxy #30

Closed mheinzelmann closed 12 years ago

mheinzelmann commented 12 years ago

Currently the canvas Implementations receive a Graphics2D object directly - disadvantage is that a) implementations can introduce side effects e.g modified color or XOR that will be 'inherited' by other implentations runningin the same renderer b) with mixed canvas it is not possible to implement 'solo' and 'mute' (graphical)

proposal is to introduce an own graphics subset object that can be proxied

mheinzelmann commented 12 years ago

adding label pbi_01 to indicate dependency from/to the mix feature

mheinzelmann commented 12 years ago

the mix feature works independent of this - removing dependency