home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Inkscape / Inkscape-0.48.2-1-win32.exe / share / extensions / aisvg.inx < prev    next >
Extensible Markup Language  |  2011-07-08  |  573b  |  15 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  3.     <_name>AI SVG Input</_name>
  4.     <id>org.inkscape.input.aisvg</id>
  5.     <input>
  6.         <extension>.ai.svg</extension>
  7.         <mimetype>text/xml+svg</mimetype>
  8.         <_filetypename>Adobe Illustrator SVG (*.ai.svg)</_filetypename>
  9.         <_filetypetooltip>Cleans the cruft out of Adobe Illustrator SVGs before opening</_filetypetooltip>
  10.     </input>
  11.     <xslt>
  12.         <file reldir="extensions">aisvg.xslt</file>
  13.     </xslt>
  14. </inkscape-extension>
  15.