From: gouldtj Date: Tue, 2 May 2006 05:26:25 +0000 (+0000) Subject: r11468@tres: ted | 2006-04-19 21:55:33 -0700 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bdade071951e7b602a31cd83bd3f3a167f2e45a1;p=inkscape.git r11468@tres: ted | 2006-04-19 21:55:33 -0700 Setting up the Adobe Illustrator XSLT script to run as an extension. --- diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index 293a313a9..9571b60c2 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -53,13 +53,15 @@ extensions = \ gimp_xcf.py \ eqtexsvg.py -otherstuff = +otherstuff = \ + aisvg.xslt modules = \ svgz_input.inx \ svgz_output.inx \ ai_input.inx \ ai_output.inx \ + aisvg.inx \ ps_input.inx \ eps_input.inx \ sk_input.inx \ diff --git a/share/extensions/aisvg.inx b/share/extensions/aisvg.inx new file mode 100644 index 000000000..3168e043a --- /dev/null +++ b/share/extensions/aisvg.inx @@ -0,0 +1,13 @@ + + <_name>AI SVG Input + org.inkscape.input.aisvg + + .ai.svg + text/xml+svg + <_filetypename>Adobe Illustrator SVG (*.ai.svg) + <_filetypetooltip>Cleans the cruft out of Adobe Illustrator SVGs before opening + + + aisvg.xslt + + diff --git a/share/extensions/aisvg.xslt b/share/extensions/aisvg.xslt new file mode 100644 index 000000000..146a439b8 --- /dev/null +++ b/share/extensions/aisvg.xslt @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/share/extensions/ill2svg.xslt b/share/extensions/ill2svg.xslt deleted file mode 100644 index 146a439b8..000000000 --- a/share/extensions/ill2svg.xslt +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file