From 5452da7b097aab826435d8b2a46fc898a31d2658 Mon Sep 17 00:00:00 2001 From: Felipe Corr??a da Silva Sanches Date: Wed, 25 May 2011 22:50:56 -0300 Subject: 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) --- share/extensions/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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\ -- cgit v1.2.3