Changes between Version 8 and Version 9 of soc/2007/VisualizationOfContainers


Ignore:
Timestamp:
Jun 4, 2007, 2:34:11 AM (15 years ago)
Author:
jakevoytko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • soc/2007/VisualizationOfContainers

    v8 v9  
    6565   * Users will be able to define custom colors soon
    6666
    67 == 2.2 `svg` Class (planned) ==
     67== 2.2 `svg` Class ==
    6868The internal architecture of this class (as far as being a data structure for storing a SVG document) is as follows:
    6969One can consider a `<g>` tag as the branch element of a document. Not currently (but soon!) the `<g>` element will store full information on the styles of all elements that are listed underneath it. Each `<g>` element has a Boost.ptr_vector of tag elements, and soon this will allow (theoretically) infinite branching of the <g> tags, much as the standard would allow. This stores the document XML tree in a literal tree data structure, which I feel makes more sense. A more specific implementation of the internals will most likely come at a date in the near future.