|
||||||||
|
ASV6 ONLY - Building RCC components using ECMAScript (see W3C working draft SVG 1.2) Code used for this elements in svg using ECMAScript To define this elements <extensionDefs namespace="http://www.example.com/subelements"> To use this elements <pi:rcc_name attribute_1="value_1" ..................... /> pi is choosed as namespace in examples with <svg .... xmlns:pi="http://www.example.com/subelements" ..... /> What support this elements ? On example of arc and pie elements, you can see
that all attributes of presentation are supported (filter, gradient also) What about recursivity, in fact using RCC objects in prototype? This seem working if we call script on xml event "SVGBindbegin" See that on example building bar chart - ( work in progress of course ... ) Using RCC to define new attribute See this example of Von Koch curve Another example for regular polygons convex or crossed How preserve objects from zoom pan and resize window chapters: intro toc intro sample svg elements toc svg elements sample |
|
|||||||
|
| Rainbow Seeker | SVG PHP
Learn SVG: Contact Learn SVG
©2002-2010 Learn SVG. All Rights Reserved. Questions and comments to: learnsvg@gmail.com |
||||||||