Changes between Version 5 and Version 6 of GSoC_SVG_Symbols_FIRST_DRAFT_OF_THE_MS-RFC


Ignore:
Timestamp:
Jul 12, 2009, 7:44:57 PM (15 years ago)
Author:
kiranvarma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC_SVG_Symbols_FIRST_DRAFT_OF_THE_MS-RFC

    v5 v6  
    5151      along with the AGG sources.
    5252   2. Write a single function to render a parsed SVG
    53 file to a pixmap. The pixmap will be an intermediate form that can then be rendered.
    54       The pixmap will be stored in cache memory to prevent having to constantly be rasterized it every time a symbol is drawn.
     53file to a pixmap.
     54      The pixmap will be an intermediate form that can then be rendered.The pixmap will be stored in cache memory to prevent having to
     55      constantly be rasterized it every time a symbol is drawn.
    5556   3. Render the pixmap into the final image
    5657file. This will be done using a mixture of the AGG and GD libraries.
     
    7071   
    7172    • SVG Parsing.
    72    
    7373    • Trigger Function (based on '''Map
    7474file''' syntax).