From deb6c1de06be512dbdc2ce4ee8fa460385815ded Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 31 Jul 2016 00:40:16 -0400 Subject: [PATCH] Export external vector graphics as svg for XHTML. (cherry picked from commit b9f7bf7d69c8c5e5391c59a9956377c742ca60de) --- lib/external_templates | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/external_templates b/lib/external_templates index 0f8fcab05c..460d951346 100644 --- a/lib/external_templates +++ b/lib/external_templates @@ -212,6 +212,12 @@ Template VectorGraphics ReferencedFile docbook "$$AbsPath$$Basename.eps" ReferencedFile docbook-xml "$$AbsPath$$Basename.eps" FormatEnd + Format XHTML + Product "" + UpdateFormat svg + UpdateResult "$$AbsPath$$Basename.svg" + ReferencedFile xhtml "$$AbsPath$$Basename.svg" + FormatEnd TemplateEnd Template XFig -- 2.39.5