diff --git a/src/net/sourceforge/plantuml/svg/SvgGraphics.java b/src/net/sourceforge/plantuml/svg/SvgGraphics.java index 1291fa782..93e55f94a 100644 --- a/src/net/sourceforge/plantuml/svg/SvgGraphics.java +++ b/src/net/sourceforge/plantuml/svg/SvgGraphics.java @@ -680,7 +680,7 @@ public class SvgGraphics { root.setAttribute("viewBox", "0 0 " + maxXscaled + " " + maxYscaled); root.setAttribute("zoomAndPan", "magnify"); root.setAttribute("preserveAspectRatio", preserveAspectRatio); - root.setAttribute("contentScriptType", "application/ecmascript"); + // root.setAttribute("contentScriptType", "application/ecmascript"); root.setAttribute("contentStyleType", "text/css"); if (pendingBackground != null) {