summaryrefslogtreecommitdiffstats
path: root/src/libcroco/README
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 12:35:15 +0000
committerMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 12:35:15 +0000
commite4a6c1b52c721147bbda48d623879178a89b7b62 (patch)
tree557de694d44231c03a3e4d5364c30e6229684971 /src/libcroco/README
parentMake the CMS toggle button update the canvas (diff)
downloadinkscape-e4a6c1b52c721147bbda48d623879178a89b7b62.tar.gz
inkscape-e4a6c1b52c721147bbda48d623879178a89b7b62.zip
moved libcroco, libuemf, libdepixelize to 3rdparty folder
Diffstat (limited to 'src/libcroco/README')
-rw-r--r--src/libcroco/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/libcroco/README b/src/libcroco/README
deleted file mode 100644
index 74df23145..000000000
--- a/src/libcroco/README
+++ /dev/null
@@ -1,11 +0,0 @@
-This code is derived from libcroco-0.6. We hope that the changes will find
-their way into libcroco-0.7 (in some form).
-
-The main changed file is cr-sel-eng.{c,h}. The cr-sel-eng in libcroco-0.6 is
-somewhat experimental: it has a few bugs, and the interface requires that the
-XML node storage be libxml2. The version in this directory has a modification
-of allowing passing in a "vtable" of operations so that we can use our
-preferred representation Inkscape::XML::Node.
-
-Once libcroco-0.7 is widely available (with the vtable interface or a
-functional equivalent), this directory should be removed.