Unable to find module/function in sourcecode

Discussion about writing code for Inkscape.
gurpreets
Posts: 1
Joined: Thu May 23, 2013 11:56 am

Unable to find module/function in sourcecode

Postby gurpreets » Thu May 23, 2013 12:03 pm

I am trying to find that part of the sourcecode of Inkscape which translates the changes/EDITS made by designer and actually manipulate the original SVG file(the xml type file). I have a few questions

Here is the architectural overview of Inkscape source:
http://wiki.inkscape.org/wiki/index.php ... l_overview

Here is the documentation
http://fossies.org/dox/inkscape-0.48.4/index.html

Here is the bazaar repository of inkscape 0.48
http://bazaar.launchpad.net/~inkscape.d ... ANCH/files


1)Which file/directory has the code which reads the SVG and makes a XML tree out of it?Also
the part where the reverse happens i.e. a final SVG is made out of the changed XML?
2)Where is the parallel object tree made?
3)Does sp-ellipse.cpp does everything from manipulating the object tree to propagating them to
the XML tree?
4)Where is the function updateRepr() and what does it do?

Thanks,
Gurpreet

Return to “Programming”