Changes between Version 7 and Version 8 of GSoC_SVG_Symbols_FIRST_DRAFT_OF_THE_MS-RFC


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC_SVG_Symbols_FIRST_DRAFT_OF_THE_MS-RFC

    v7 v8  
    22                                     ==  MS RFC - SVG Symbol Support with AGG ==
    33
    4                                           Kiran Anjaneya Varma Alluri
     4                                                      Kiran
    55  '''                                              July 12, 2009
    661     Overview.'''
     
    4646      to prevent frustration on their side.
    4747                                                   
    48  To implement this functionality, the following steps needs to be accomplished:
     48To implement this functionality, the following steps needs to be accomplished:
    4949   
    5050   1. Implement an SVG parser. For this, we directly make use of the SVG Viewer example provided
    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.The pixmap will be stored in cache memory to prevent having to
    54       constantly be rasterized it every time a symbol is drawn.
    55    3. Render the pixmap into the final image
    56 file. This will be done using a mixture of the AGG and GD libraries.
     53file to a pixmap.The pixmap will be an intermediate form that can then be  rendered.The pixmap will be stored in cache memory to prevent having to constantly be rasterized it every time a symbol is drawn.
     54   3. Render the pixmap into the final imagefile. This will be done using a mixture of the AGG and GD libraries.
    5755   
    5856