Code

Node tool: special case node duplication for endnodes - select new endnode
[inkscape.git] / src / libcroco / README
1 This code is derived from libcroco-0.6.  We hope that the changes will find
2 their way into libcroco-0.7 (in some form).
4 The main changed file is cr-sel-eng.{c,h}.  The cr-sel-eng in libcroco-0.6 is
5 somewhat experimental: it has a few bugs, and the interface requires that the
6 XML node storage be libxml2.  The version in this directory has a modification
7 of allowing passing in a "vtable" of operations so that we can use our
8 preferred representation Inkscape::XML::Node.
10 Once libcroco-0.7 is widely available (with the vtable interface or a
11 functional equivalent), this directory should be removed.