Add new code new version
[sdc.git] / dox-sequence-diagram-ui / src / main / webapp / lib / ecomp / asdc / sequencer / components / diagram / templates / diagram.html
1 <svg height="100%" width="100%" viewBox="<%-(x-25)%> <%-(y-25)%> <%-(width+50)%> <%-(height+50)%>" preserveAspectRatio="xMinYMin">
2     <defs>
3
4         <filter id="asdcsSvgHighlight" height="50" width="50" x="-25" y="-25">
5             <morphology in="SourceAlpha" operator="dilate" radius="25"></morphology>
6             <feGaussianBlur result="blur" stdDeviation="20"></feGaussianBlur>
7             <feComposite in2="SourceAlpha" k2="1" k3="-1" operator="arithmetic" result="hlDiff"></feComposite>
8             <feFlood flood-color="<%-floodColor%>" flood-opacity="1"></feFlood>
9             <feComposite in2="hlDiff" operator="in"></feComposite>
10             <feComposite in2="SourceGraphic" operator="over" result="withGlow"></feComposite>
11         </filter>
12
13         <marker id="asdcsDiagramArrowOpen"
14                 viewBox="0 0 15 15"
15                 refX="12"
16                 refY="4"
17                 markerWidth="15"
18                 markerHeight="20"
19                 orient="auto">
20             <path d="M0,0 L12,4 L0,8"  class="asdcs-diagram-arrow asdcs-diagram-arrow-open" />
21         </marker>
22
23         <marker id="asdcsDiagramArrowClosed"
24                 viewBox="0 0 15 15"
25                 refX="12"
26                 refY="4"
27                 markerWidth="15"
28                 markerHeight="20"
29                 orient="auto">
30             <path d="M0,0 L12,4 L0,8 Z"  class="asdcs-diagram-arrow asdcs-diagram-arrow-open" />
31         </marker>
32
33         <marker id="asdcsDiagramArrowSolid"
34                 viewBox="0 0 15 15"
35                 refX="12"
36                 refY="4"
37                 markerWidth="15"
38                 markerHeight="20"
39                 orient="auto">
40             <path d="M0,0 L12,4 L0,8 Z"  class="asdcs-diagram-arrow asdcs-diagram-arrow-solid" />
41         </marker>
42
43         <!--
44         <marker id="asdcsDiagramArrowSolid"
45                 viewBox="0 0 20 20"
46                 refX="20"
47                 refY="6"
48                 markerWidth="20"
49                 markerHeight="20"
50                 orient="auto">
51             <path d="M0,0 L18,6 L0,12 Z"  class="asdcs-diagram-arrow asdcs-diagram-arrow-solid" />
52         </marker>
53         -->
54
55     </defs>
56 </svg>