Slashdot Mirror


User: EricKringle

EricKringle's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:dSVG vs. RCC vs. Live Templates on dSVG - A New Kind of Programming? · · Score: 1

    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 ..."