Inkscape9432667

De BISAWiki

An Open Source  vector graphics editor, with capabilities similar to Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector Graphics (SVG) file format.

Inkscap e supports many advanced SVG features (markers, clones, alpha blending, etc.) and great care is taken in designing a streamlined interface. It is very easy to edit nodes, perform complex path operations, trace bitmaps and much more. We also aim to maintain a thriving user and developer community by using open, community-oriented development.

Inkscape 0.48

0.48 is intended to be a quick release cycle focused on merging GSoC work and fixing some long standing bugs.

 Merge and stabilize Google Summer of Code 2009 work
     (DONE) Node tool rewrite
     (DONE…?) Connector tool improvements
     (POSTPONED) D-Bus scripting API 
 (DONE) Desktop integration improvements: solve the issue of broken files resulting from people unknowingly pasting bitmap images as links.
 (DONE) Build system improvements: evaluate Waf as an unified build system for all platforms (Krzysztof)
     to be considered for 0.49, branch at lp:~tweenk/inkscape/waf-build) 
 (DONE) Move code hosting to Launchpad
 Windows port improvements
     (DONE) move devlibs to a Launchpad project
     (DONE) Rebuild C++ libraries using TDM-GCC to fix Launchpad bug #173116 - exceptions not caught across DLLs
     (DONE) Upgrade Windows devlibs to recent versions of GTK and GLib to fix several Windows bugs
     Make the uninstaller work 

Inkscape 0.49

0.49 will be a longer cycle focused on refactoring and new features.

 (DONE) Merge GSoC 2010 work
 Evaluate changing the numbering scheme to a date-based one, or setting more realistic goals for major (1.0, 2.0) releases
 (DONE) Port renderer to Cairo (Krzysztof - GSoC 2010)
 (DONE) Completely remove libnr
 Introduce a backwards compatibility mechanism that will allow us to modify the XML representation of editing info. This is needed to bring the desktop coordinate system in line with SVG due to guideline and 3D box problems (they save desktop coordinates in the XML).
 Using the above mechanism, make flowed text SVG-compliant.
 Improve support for SVG switches: the first recognized element in a switch should appear directly in the SP tree, not as a child of the switch element.
 Improve support for changing the name of the XML element node in response to SP tree changes. 

Long term goals

 Better modularization: separate the Inkscape codebase into several libraries that could be used by other programs.
 General refactoring: make Inkscape a joy to develop.
 SP tree refactoring: Port the object tree to C++ objects.
 XML refactoring: Remove direct manipulation of XML from as many places as possible and replace it with SP tree methods.
 Hardware acceleration: make use of modern GPUs to speed up rendering.
 Live path effects: investigate extending to cover generic vector transformations (vector effects). Provide live versions of several destructive operations: boolean ops, stroke to path, text to path, etc.