Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
qtzar committed Oct 9, 2023
1 parent 2344212 commit d8630a1
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package nl.avisi.structurizr.site.generatr.site.model
import assertk.assertThat
import assertk.assertions.isEqualTo
import org.junit.jupiter.api.Test
import kotlin.random.Random

class MarkdownToHtmlTest : ViewModelTest() {

Expand Down Expand Up @@ -266,20 +265,6 @@ class MarkdownToHtmlTest : ViewModelTest() {
<div id="$randomId">
<svg viewbox="0 0 800 900"></svg>
</div>
<script type="text/javascript">
var elm = document.getElementById("$randomId");
elm.setAttribute("style","width: min(100%, 800px); height: 900px;");
var svgElement = elm.firstElementChild;
svgElement.setAttribute("style","display: inline; width: inherit; min-width: inherit; max-width: inherit; height: inherit; min-height: inherit; max-height: inherit; ");
var panZoomBox_${randomId} = svgPanZoom(svgElement, {
zoomEnabled: true,
controlIconsEnabled: true,
fit: true,
center: true,
minZoom: 1,
maxZoom: 5
});
</script>
<figcaption>
System Landscape Diagram [<a href="svg/SystemLandscape.svg">svg</a>|<a href="png/SystemLandscape.png">png</a>|<a href="puml/SystemLandscape.puml">puml</a>]
</figcaption>
Expand Down

0 comments on commit d8630a1

Please sign in to comment.