Changes between Version 7 and Version 8 of GSoC_SVG_Symbols_report_20090529


Ignore:
Timestamp:
Jun 13, 2009, 9:34:37 AM (15 years ago)
Author:
kiranvarma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC_SVG_Symbols_report_20090529

    v7 v8  
     1     
    12
    2 == '''3rd WEEK REPORT''' ==
    3 
    4 Work Done
    5 
    6 1. Tried out some prototypes and wrote some example programs for support for circles and another symbols.
    7 
    8 2. Research done on the way the new library Cairo ,using its well defined functions for SVG.
    9 
    10 3. Tried to draw some basic primitives like  simple lines, use fill and stroke operations.
    11 
    12 4. Aquired some knowledge on Cairo to support backends like PNG image, PDF file, SVG file  on a GTK window.
     3'''First week report'''
    134
    145
    15 Plan for next week
    16 
    17 1. Try to execute my own Svn copy of MapServer with some more changes.
     6               
     7This is my first week report.Just a short introduction:I am Kiran 3rd year undergraduate at Jawaharlal Technological University(JNTU).My project this year is to add support for reading SVG symbols in the existing Mapserver rendering API. Here is a wiki page which contains some useful information such as this email and a link to the abstract,project summary etc. http://trac.osgeo.org/mapserver/wiki/GSoC_SVG_Symbols 
    188 
    19 2. Create sandbox  "svg-symbols"  in which I will do my work, Or need to wait until it is merged into the main trunk
    20 
    21 
    22 Best Regards
    23 
    24 Kiran
     9Anyways i have been doing some research on the present API and how to keep it flexible and friendly to the libraries we want to use in SVG support.The thing we need to do is ,implement an svg subset that maps to the existing  mapserver renderer API ,Currently the rendering API probably only has point, line, ellipse, polygon, and text.we need to add support for circles,distorted figures etc.