summaryrefslogtreecommitdiffstats
path: root/dox-sequence-diagram-ui/src/main/webapp/lib/ecomp/asdc/sequencer/components/diagram/templates/occurrence.html
blob: 0af9ff3d68a43f98bce180b63c17bbe21e556f72 (plain)
1
2
3
4
5
6
7
<g>
    <rect class="asdcs-diagram-occurrence"
          x="<%-x%>"
          y="<%-y%>"
          width="<%-width%>"
          height="<%-height%>" />
</g>