You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/esmf-aspect-model-document-generators/src/main/java/org/eclipse/esmf/aspectmodel/generator/diagram/AspectModelDiagramGenerator.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@
24
24
importjava.io.OutputStream;
25
25
importjava.io.UncheckedIOException;
26
26
importjava.nio.charset.StandardCharsets;
27
+
importjava.nio.file.Files;
27
28
importjava.util.Base64;
28
29
importjava.util.EnumMap;
29
30
importjava.util.List;
@@ -173,7 +174,7 @@ private void generatePng( final String dotInput, final OutputStream output ) thr
173
174
// To make the font available during PNG generation, it needs to be registered
0 commit comments