com.elovirta.ooxml icon indicating copy to clipboard operation
com.elovirta.ooxml copied to clipboard

Inkscape based SVG to EMF conversion converts all SVG files in subdirs

Open stefan-jung opened this issue 7 years ago • 2 comments

The Inkscape based SVG to EMF conversion converts all SVG files in all subdirectories. It does not matter, whether the SVG file is referenced in a map or topic.

stefan-jung avatar Jun 22 '17 11:06 stefan-jung

By having a custom task to handle SVG conversion, dependency to ant-contrib could probably be removed.

jelovirt avatar Jun 22 '17 11:06 jelovirt

Investigated this and the simplest solutions seems to add a task after merge and there

  • parse merged file
  • for each SVG reference
    • convert SVG to EMF into temp media output directory
    • change SVG refence into EMF reference

jelovirt avatar Jul 08 '17 08:07 jelovirt