Changes between Version 1 and Version 2 of GSoC_SVG_Symbols_report_20090606


Ignore:
Timestamp:
Jun 6, 2009, 10:26:15 AM (15 years ago)
Author:
kiranvarma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC_SVG_Symbols_report_20090606

    v1 v2  
    1 Will be posted soon
     1
     2HI all here is my second weekly report of GSoC project MapServer
     3'''Week 2 :
     4       '''
     5
     6----
     7
     8
     9
     10'''Work Done'''
     11
     12
     13   1. Read the complete documentation of the MapServer
     14   2. I successfully executed all the source code of the present edition of MapServer from svn.
     15   3. Tried to get familiar with the New rendering library Cairo (researching on how to interface it with the oldones with out totally  effecting the present functionality of MapServer)
     16   4. Took some tutorials to get familiar with the Graphics rendering library Cairo ,for SVG symbolization
     17   
     18
     19'''Plan for next week'''
     20 
     21----
     22
     23  1.Still need research on how to successfully render svg objects to MapServer
     24  2.I should continously survey on the new rendering API,how to use it
     25  3.How can we replace all the past renderers with the ones provided by cairo
     26  4.Huge research needed ,on how to use Cairo's features for implementing svg symbolization,try familiar with cairo's sources