summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2011-05-26 01:50:56 +0000
committerFelipe C. da S. Sanches <juca@members.fsf.org>2011-05-26 01:50:56 +0000
commit5452da7b097aab826435d8b2a46fc898a31d2658 (patch)
treef025f652db0844d539321ddcc51073d83b1873d2
parentSaving curve description in d attribute of svg:glyph instead of svg:path elem... (diff)
downloadinkscape-5452da7b097aab826435d8b2a46fc898a31d2658.tar.gz
inkscape-5452da7b097aab826435d8b2a46fc898a31d2658.zip
Adding PathData.py extension module to parse/encode svg:path d attribute. I forgot to properly add it to bzr a few commits ago.
(bzr r10224)
-rw-r--r--share/extensions/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am
index a4d41b836..78f05a827 100644
--- a/share/extensions/Makefile.am
+++ b/share/extensions/Makefile.am
@@ -103,6 +103,7 @@ extensions = \
motion.py \
new_glyph_layer.py \
outline2svg.pl \
+ PathData.py \
param_curves.py \
pathalongpath.py\
pathscatter.py\