Comment Re:dSVG vs. RCC vs. Live Templates (Score 1) 184
FYI, there are already some good RCC examples here:
http://www.learnsvg.com/asv6/rcc
In the example of the bar chart, you can see that, building RCC with ECMAScript, we can
- use RCC objects in prototype
- add + delete objects from prototype function of instance
PS This example is "work in progress