@zenuml/core 3.4.0 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@
13
13
  </head>
14
14
  <body>
15
15
  <div id="diagram" class="diagram">
16
- <pre class="zenuml">
16
+ <pre class="zenuml" style="margin: 0;">
17
17
  title Title 1
18
18
  A.m1 {
19
19
  new B(1,2,3,4) {
@@ -13,7 +13,7 @@
13
13
  </head>
14
14
  <body>
15
15
  <div id="diagram" class="diagram">
16
- <pre class="zenuml">
16
+ <pre class="zenuml" style="margin: 0;">
17
17
  title Title 1
18
18
  A.m {
19
19
  new B(1,2,3,4)
@@ -13,7 +13,7 @@
13
13
  </head>
14
14
  <body>
15
15
  <div id="diagram" class="diagram">
16
- <pre class="zenuml">
16
+ <pre class="zenuml" style="margin: 0;">
17
17
  // This sample is carefully crafted. It shows a known issues: fragment stretched to
18
18
  // svc (should not), because parser thinks the return statement returns to svc.
19
19
  group G {@VPC svc @RDS rep} Client
@@ -13,7 +13,7 @@
13
13
  </head>
14
14
  <body>
15
15
  <div id="diagram" class="diagram">
16
- <pre class="zenuml">
16
+ <pre class="zenuml" style="margin: 0;">
17
17
  A
18
18
  B
19
19
  C #FF0000 // we style it to make it more important in image comparison
@@ -13,7 +13,7 @@
13
13
  </head>
14
14
  <body>
15
15
  <div id="diagram" class="diagram">
16
- <pre class="zenuml">
16
+ <pre class="zenuml" style="margin: 0;">
17
17
  if(x) {
18
18
  A.method() {
19
19
  B.method() {
@@ -13,7 +13,7 @@
13
13
  </head>
14
14
  <body>
15
15
  <div id="diagram" class="diagram">
16
- <pre class="zenuml">
16
+ <pre class="zenuml" style="margin: 0;">
17
17
  Browser->BookController.onPost() {
18
18
  BookLibService.Borrow(id) {
19
19
  receipt = process(id1)
package/cy/smoke.html CHANGED
@@ -13,7 +13,7 @@
13
13
  </head>
14
14
  <body>
15
15
  <div id="diagram" class="diagram">
16
- <pre class="zenuml">
16
+ <pre class="zenuml" style="margin: 0;">
17
17
 
18
18
  title ABCD Title
19
19
  // Generating Sequence Diagrams from Java code is experimental.