This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new fa377b0d03 ISIS-3167: site: diagram text box overflow glitch
fa377b0d03 is described below

commit fa377b0d031d6e7d62fd5758a99f07b1648dc1f8
Author: Andi Huber <[email protected]>
AuthorDate: Sun Aug 28 19:59:54 2022 +0200

    ISIS-3167: site: diagram text box overflow glitch
---
 .gitignore                                                             | 3 +++
 .../adoc/modules/metamodel/images/managed-object-diagram.drawio.svg    | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index b03d936827..2da2b6e41a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,9 @@ gradlew.*
 #Asciidoctor Plugins
 .asciidoctorconfig.adoc
 
+#Draw.io
+.$*
+
 #Lombok (don't accept config alterations, might lead to a maintenance hell)
 lombok.config
 
diff --git 
a/core/metamodel/src/main/adoc/modules/metamodel/images/managed-object-diagram.drawio.svg
 
b/core/metamodel/src/main/adoc/modules/metamodel/images/managed-object-diagram.drawio.svg
index 76f0f591fa..99a095ef55 100644
--- 
a/core/metamodel/src/main/adoc/modules/metamodel/images/managed-object-diagram.drawio.svg
+++ 
b/core/metamodel/src/main/adoc/modules/metamodel/images/managed-object-diagram.drawio.svg
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Do not edit this file with editors other than diagrams.net -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
-<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; version="1.1" width="1416px" 
height="572px" viewBox="-0.5 -0.5 1416 572" content="&lt;mxfile 
host=&quot;Electron&quot; modified=&quot;2022-08-28T17:20:42.696Z&quot; 
agent=&quot;5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like 
Gecko) draw.io/20.2.3 Chrome/102.0.5005.167 Electron/19.0.11 
Safari/537.36&quot; etag=&quot;AGr_qDLkKPsQb0BpXzTo&quot; 
version=&quot;20.2.3&quot; type=&quot;device&qu [...]
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; version="1.1" width="1416px" 
height="583px" viewBox="-0.5 -0.5 1416 583" content="&lt;mxfile 
host=&quot;Electron&quot; modified=&quot;2022-08-28T17:55:51.322Z&quot; 
agent=&quot;5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like 
Gecko) draw.io/20.2.3 Chrome/102.0.5005.167 Electron/19.0.11 
Safari/537.36&quot; etag=&quot;Nx5jms2W9E4vG-314Awj&quot; 
version=&quot;20.2.3&quot; type=&quot;device&qu [...]
\ No newline at end of file

Reply via email to