mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 04:55:10 +00:00
Remove contentScriptType: application/ecmascript
This commit is contained in:
parent
fce81ce267
commit
8015ed1285
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user