@baravak/risloo-profile-cli 4.82.0 → 4.83.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.
- package/package.json +1 -1
- package/src/publish/json/profiles/SII93.json +4858 -0
- package/src/samples/SII93.js +490 -0
- package/views/profiles/SII93_bipolar_rows.hbs +100 -0
- package/views/profiles/SII93_summary_card.hbs +46 -0
- package/views/profiles/samples/SII93_1.hbs +88 -0
- package/views/profiles/samples/SII93_2.hbs +64 -0
- package/views/profiles/samples/SII93_3.hbs +45 -0
- package/views/profiles/samples/SII93_4.hbs +74 -0
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
{{#> layout}}
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="sii93-p1-left-track" x1="0" y1="0" x2="1" y2="0">
|
|
4
|
+
<stop stop-color="#FFF1F2"/>
|
|
5
|
+
<stop offset="1" stop-color="#E2E8F0" stop-opacity="0.25"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="sii93-p1-right-track" x1="0" y1="0" x2="1" y2="0">
|
|
8
|
+
<stop stop-color="#E2E8F0" stop-opacity="0.25"/>
|
|
9
|
+
<stop offset="1" stop-color="#F0FDF4"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="sii93-p1-left-active" x1="0" y1="0" x2="1" y2="0">
|
|
12
|
+
<stop stop-color="#BE123C"/>
|
|
13
|
+
<stop offset="1" stop-color="#FECDD3"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<linearGradient id="sii93-p1-right-active" x1="0" y1="0" x2="1" y2="0">
|
|
16
|
+
<stop stop-color="#BBF7D0"/>
|
|
17
|
+
<stop offset="1" stop-color="#15803D"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
|
|
20
|
+
<filter id="sii93-p1-left-split" x="326.5" y="17" width="7" height="350" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
21
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
22
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
23
|
+
<feOffset dx="-1"/>
|
|
24
|
+
<feGaussianBlur stdDeviation="1.5"/>
|
|
25
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
26
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
|
|
27
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
|
|
28
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
|
|
29
|
+
</filter>
|
|
30
|
+
<filter id="sii93-p1-right-split" x="479.5" y="17" width="7" height="350" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
31
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
32
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
33
|
+
<feOffset dx="1"/>
|
|
34
|
+
<feGaussianBlur stdDeviation="1.5"/>
|
|
35
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
36
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
|
|
37
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
|
|
38
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
|
|
39
|
+
</filter>
|
|
40
|
+
</defs>
|
|
41
|
+
|
|
42
|
+
<g transform="translate({{spec.profile.padding.[0].x}}, {{spec.profile.padding.[0].y}})">
|
|
43
|
+
<g stroke="#E2E8F0" stroke-linecap="round" stroke-dasharray="6 6">
|
|
44
|
+
<line x1="81" y1="20.5" x2="81" y2="363.5"/>
|
|
45
|
+
<line x1="206" y1="20.5" x2="206" y2="363.5"/>
|
|
46
|
+
<line x1="607" y1="20.5" x2="607" y2="363.5"/>
|
|
47
|
+
<line x1="732" y1="20.5" x2="732" y2="363.5"/>
|
|
48
|
+
</g>
|
|
49
|
+
|
|
50
|
+
{{> SII93_bipolar_rows
|
|
51
|
+
items=items
|
|
52
|
+
rowsY=40
|
|
53
|
+
rowPitch=56
|
|
54
|
+
leftTrackX=80.5
|
|
55
|
+
leftZeroX=330.5
|
|
56
|
+
titleX=331.5
|
|
57
|
+
titleWidth=150
|
|
58
|
+
rightTrackX=482.5
|
|
59
|
+
rightZeroX=482.5
|
|
60
|
+
leftRawX=72.5
|
|
61
|
+
rightRawX=740.5
|
|
62
|
+
titleFontSize=14
|
|
63
|
+
titleFontWeight=600
|
|
64
|
+
leftTrackFill="url(#sii93-p1-left-track)"
|
|
65
|
+
rightTrackFill="url(#sii93-p1-right-track)"
|
|
66
|
+
leftActiveFill="url(#sii93-p1-left-active)"
|
|
67
|
+
rightActiveFill="url(#sii93-p1-right-active)"
|
|
68
|
+
leftActiveColor="#BE123C"
|
|
69
|
+
rightActiveColor="#15803D"
|
|
70
|
+
}}
|
|
71
|
+
|
|
72
|
+
<g opacity="0.5" filter="url(#sii93-p1-left-split)">
|
|
73
|
+
<line x1="331" y1="20.5" x2="331" y2="363.5" stroke="white" stroke-linecap="round"/>
|
|
74
|
+
</g>
|
|
75
|
+
<g opacity="0.5" filter="url(#sii93-p1-right-split)">
|
|
76
|
+
<line x1="482" y1="20.5" x2="482" y2="363.5" stroke="white" stroke-linecap="round"/>
|
|
77
|
+
</g>
|
|
78
|
+
|
|
79
|
+
<g font-size="12" font-weight="400" fill="#94A3B8" text-anchor="middle" direction="ltr" unicode-bidi="bidi-override">
|
|
80
|
+
<text x="81" y="8">- 2</text>
|
|
81
|
+
<text x="206" y="8">- 1</text>
|
|
82
|
+
<text x="331" y="8">0</text>
|
|
83
|
+
<text x="482" y="8">0</text>
|
|
84
|
+
<text x="607" y="8">1</text>
|
|
85
|
+
<text x="732" y="8">2</text>
|
|
86
|
+
</g>
|
|
87
|
+
</g>
|
|
88
|
+
{{/layout}}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
{{#> layout}}
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="sii93-p2-left-track" x1="0" y1="0" x2="1" y2="0">
|
|
4
|
+
<stop stop-color="#FFF1F2"/>
|
|
5
|
+
<stop offset="1" stop-color="#E2E8F0" stop-opacity="0.25"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="sii93-p2-right-track" x1="0" y1="0" x2="1" y2="0">
|
|
8
|
+
<stop stop-color="#E2E8F0" stop-opacity="0.25"/>
|
|
9
|
+
<stop offset="1" stop-color="#F0FDF4"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="sii93-p2-left-active" x1="0" y1="0" x2="1" y2="0">
|
|
12
|
+
<stop stop-color="#BE123C"/>
|
|
13
|
+
<stop offset="1" stop-color="#FECDD3"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<linearGradient id="sii93-p2-right-active" x1="0" y1="0" x2="1" y2="0">
|
|
16
|
+
<stop stop-color="#BBF7D0"/>
|
|
17
|
+
<stop offset="1" stop-color="#15803D"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<filter id="sii93-p2-left-split" x="379" y="17" width="7" height="650" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
20
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
21
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
22
|
+
<feOffset dx="-1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" operator="out"/>
|
|
23
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
|
|
24
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
|
|
25
|
+
</filter>
|
|
26
|
+
<filter id="sii93-p2-right-split" x="572" y="17" width="7" height="650" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
27
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
28
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
29
|
+
<feOffset dx="1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" operator="out"/>
|
|
30
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
|
|
31
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
|
|
32
|
+
</filter>
|
|
33
|
+
</defs>
|
|
34
|
+
|
|
35
|
+
<g transform="translate({{spec.profile.padding.[1].x}}, {{spec.profile.padding.[1].y}})">
|
|
36
|
+
<g stroke="#E2E8F0" stroke-linecap="round" stroke-dasharray="6 6">
|
|
37
|
+
<line x1="133.5" y1="20.5" x2="133.5" y2="663.5"/>
|
|
38
|
+
<line x1="258.5" y1="20.5" x2="258.5" y2="663.5"/>
|
|
39
|
+
<line x1="699.5" y1="20.5" x2="699.5" y2="663.5"/>
|
|
40
|
+
<line x1="824.5" y1="20.5" x2="824.5" y2="663.5"/>
|
|
41
|
+
</g>
|
|
42
|
+
|
|
43
|
+
{{#with (lookup groups 0)}}
|
|
44
|
+
{{> SII93_bipolar_rows items=items rowsY=40 rowPitch=36 leftTrackX=133 leftZeroX=383 titleX=384 titleWidth=190 rightTrackX=575 rightZeroX=575 leftRawX=125 rightRawX=833 titleFontSize=13 titleFontWeight=400 leftTrackFill="url(#sii93-p2-left-track)" rightTrackFill="url(#sii93-p2-right-track)" leftActiveFill="url(#sii93-p2-left-active)" rightActiveFill="url(#sii93-p2-right-active)" leftActiveColor="#BE123C" rightActiveColor="#15803D"}}
|
|
45
|
+
{{> SII93_summary_card summary=summary cardY=40.5 cardHeight=203 axisY=124 pillY=159}}
|
|
46
|
+
{{/with}}
|
|
47
|
+
{{#with (lookup groups 1)}}
|
|
48
|
+
{{> SII93_bipolar_rows items=items rowsY=312 rowPitch=36 leftTrackX=133 leftZeroX=383 titleX=384 titleWidth=190 rightTrackX=575 rightZeroX=575 leftRawX=125 rightRawX=833 titleFontSize=13 titleFontWeight=400 leftTrackFill="url(#sii93-p2-left-track)" rightTrackFill="url(#sii93-p2-right-track)" leftActiveFill="url(#sii93-p2-left-active)" rightActiveFill="url(#sii93-p2-right-active)" leftActiveColor="#BE123C" rightActiveColor="#15803D"}}
|
|
49
|
+
{{> SII93_summary_card summary=summary cardY=312.5 cardHeight=131 axisY=360 pillY=401.5}}
|
|
50
|
+
{{/with}}
|
|
51
|
+
{{#with (lookup groups 2)}}
|
|
52
|
+
{{> SII93_bipolar_rows items=items rowsY=512 rowPitch=36 leftTrackX=133 leftZeroX=383 titleX=384 titleWidth=190 rightTrackX=575 rightZeroX=575 leftRawX=125 rightRawX=833 titleFontSize=13 titleFontWeight=400 leftTrackFill="url(#sii93-p2-left-track)" rightTrackFill="url(#sii93-p2-right-track)" leftActiveFill="url(#sii93-p2-left-active)" rightActiveFill="url(#sii93-p2-right-active)" leftActiveColor="#BE123C" rightActiveColor="#15803D"}}
|
|
53
|
+
{{> SII93_summary_card summary=summary cardY=512.5 cardHeight=131 axisY=560 pillY=598.5}}
|
|
54
|
+
{{/with}}
|
|
55
|
+
|
|
56
|
+
<g opacity="0.5" filter="url(#sii93-p2-left-split)"><line x1="383.5" y1="20.5" x2="383.5" y2="663.5" stroke="white" stroke-linecap="round"/></g>
|
|
57
|
+
<g opacity="0.5" filter="url(#sii93-p2-right-split)"><line x1="574.5" y1="20.5" x2="574.5" y2="663.5" stroke="white" stroke-linecap="round"/></g>
|
|
58
|
+
|
|
59
|
+
<g font-size="12" font-weight="400" fill="#94A3B8" text-anchor="middle" direction="ltr" unicode-bidi="bidi-override">
|
|
60
|
+
<text x="133.5" y="8">- 2</text><text x="258.5" y="8">- 1</text><text x="383.5" y="8">0</text>
|
|
61
|
+
<text x="574.5" y="8">0</text><text x="699.5" y="8">1</text><text x="824.5" y="8">2</text>
|
|
62
|
+
</g>
|
|
63
|
+
</g>
|
|
64
|
+
{{/layout}}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{{#> layout}}
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="sii93-p3-left-track" x1="0" y1="0" x2="1" y2="0"><stop stop-color="#FFF1F2"/><stop offset="1" stop-color="#E2E8F0" stop-opacity="0.25"/></linearGradient>
|
|
4
|
+
<linearGradient id="sii93-p3-right-track" x1="0" y1="0" x2="1" y2="0"><stop stop-color="#E2E8F0" stop-opacity="0.25"/><stop offset="1" stop-color="#F0FDF4"/></linearGradient>
|
|
5
|
+
<linearGradient id="sii93-p3-left-active" x1="0" y1="0" x2="1" y2="0"><stop stop-color="#BE123C"/><stop offset="1" stop-color="#FECDD3"/></linearGradient>
|
|
6
|
+
<linearGradient id="sii93-p3-right-active" x1="0" y1="0" x2="1" y2="0"><stop stop-color="#BBF7D0"/><stop offset="1" stop-color="#15803D"/></linearGradient>
|
|
7
|
+
<filter id="sii93-p3-left-split" x="379" y="17" width="7" height="650" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
8
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
9
|
+
<feOffset dx="-1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
|
|
10
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
|
|
11
|
+
</filter>
|
|
12
|
+
<filter id="sii93-p3-right-split" x="572" y="17" width="7" height="650" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
13
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
14
|
+
<feOffset dx="1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
|
|
15
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
|
|
16
|
+
</filter>
|
|
17
|
+
</defs>
|
|
18
|
+
|
|
19
|
+
<g transform="translate({{spec.profile.padding.[2].x}}, {{spec.profile.padding.[2].y}})">
|
|
20
|
+
<g stroke="#E2E8F0" stroke-linecap="round" stroke-dasharray="6 6">
|
|
21
|
+
<line x1="133.5" y1="20.5" x2="133.5" y2="663.5"/><line x1="258.5" y1="20.5" x2="258.5" y2="663.5"/>
|
|
22
|
+
<line x1="699.5" y1="20.5" x2="699.5" y2="663.5"/><line x1="824.5" y1="20.5" x2="824.5" y2="663.5"/>
|
|
23
|
+
</g>
|
|
24
|
+
|
|
25
|
+
{{#with (lookup groups 0)}}
|
|
26
|
+
{{> SII93_bipolar_rows items=items rowsY=40 rowPitch=36 leftTrackX=133 leftZeroX=383 titleX=384 titleWidth=190 rightTrackX=575 rightZeroX=575 leftRawX=125 rightRawX=833 titleFontSize=13 titleFontWeight=400 leftTrackFill="url(#sii93-p3-left-track)" rightTrackFill="url(#sii93-p3-right-track)" leftActiveFill="url(#sii93-p3-left-active)" rightActiveFill="url(#sii93-p3-right-active)" leftActiveColor="#BE123C" rightActiveColor="#15803D"}}
|
|
27
|
+
{{> SII93_summary_card summary=summary cardY=40.5 cardHeight=203 axisY=124 pillY=162.5}}
|
|
28
|
+
{{/with}}
|
|
29
|
+
{{#with (lookup groups 1)}}
|
|
30
|
+
{{> SII93_bipolar_rows items=items rowsY=276 rowPitch=36 leftTrackX=133 leftZeroX=383 titleX=384 titleWidth=190 rightTrackX=575 rightZeroX=575 leftRawX=125 rightRawX=833 titleFontSize=13 titleFontWeight=400 leftTrackFill="url(#sii93-p3-left-track)" rightTrackFill="url(#sii93-p3-right-track)" leftActiveFill="url(#sii93-p3-left-active)" rightActiveFill="url(#sii93-p3-right-active)" leftActiveColor="#BE123C" rightActiveColor="#15803D"}}
|
|
31
|
+
{{> SII93_summary_card summary=summary cardY=276.5 cardHeight=203 axisY=360 pillY=406.5}}
|
|
32
|
+
{{/with}}
|
|
33
|
+
{{#with (lookup groups 2)}}
|
|
34
|
+
{{> SII93_bipolar_rows items=items rowsY=512 rowPitch=36 leftTrackX=133 leftZeroX=383 titleX=384 titleWidth=190 rightTrackX=575 rightZeroX=575 leftRawX=125 rightRawX=833 titleFontSize=13 titleFontWeight=400 leftTrackFill="url(#sii93-p3-left-track)" rightTrackFill="url(#sii93-p3-right-track)" leftActiveFill="url(#sii93-p3-left-active)" rightActiveFill="url(#sii93-p3-right-active)" leftActiveColor="#BE123C" rightActiveColor="#15803D"}}
|
|
35
|
+
{{> SII93_summary_card summary=summary cardY=512.5 cardHeight=131 axisY=560 pillY=598}}
|
|
36
|
+
{{/with}}
|
|
37
|
+
|
|
38
|
+
<g opacity="0.5" filter="url(#sii93-p3-left-split)"><line x1="383.5" y1="20.5" x2="383.5" y2="663.5" stroke="white" stroke-linecap="round"/></g>
|
|
39
|
+
<g opacity="0.5" filter="url(#sii93-p3-right-split)"><line x1="574.5" y1="20.5" x2="574.5" y2="663.5" stroke="white" stroke-linecap="round"/></g>
|
|
40
|
+
<g font-size="12" font-weight="400" fill="#94A3B8" text-anchor="middle" direction="ltr" unicode-bidi="bidi-override">
|
|
41
|
+
<text x="133.5" y="8">- 2</text><text x="258.5" y="8">- 1</text><text x="383.5" y="8">0</text>
|
|
42
|
+
<text x="574.5" y="8">0</text><text x="699.5" y="8">1</text><text x="824.5" y="8">2</text>
|
|
43
|
+
</g>
|
|
44
|
+
</g>
|
|
45
|
+
{{/layout}}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{{#> layout}}
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="sii93-p4-left-track" x1="0" y1="0" x2="1" y2="0">
|
|
4
|
+
<stop stop-color="#FAF5FF"/>
|
|
5
|
+
<stop offset="1" stop-color="#E2E8F0" stop-opacity="0.25"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="sii93-p4-right-track" x1="0" y1="0" x2="1" y2="0">
|
|
8
|
+
<stop stop-color="#E2E8F0" stop-opacity="0.25"/>
|
|
9
|
+
<stop offset="1" stop-color="#EEF2FF"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="sii93-p4-left-active" x1="0" y1="0" x2="1" y2="0">
|
|
12
|
+
<stop stop-color="#7E22CE"/>
|
|
13
|
+
<stop offset="1" stop-color="#E9D5FF"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<linearGradient id="sii93-p4-right-active" x1="0" y1="0" x2="1" y2="0">
|
|
16
|
+
<stop stop-color="#C7D2FE"/>
|
|
17
|
+
<stop offset="1" stop-color="#4338CA"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<filter id="sii93-p4-left-split" x="323" y="17" width="7" height="654" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
20
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
21
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
22
|
+
<feOffset dx="-1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" operator="out"/>
|
|
23
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
|
|
24
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
|
|
25
|
+
</filter>
|
|
26
|
+
<filter id="sii93-p4-right-split" x="476" y="17" width="7" height="654" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
27
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
28
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
29
|
+
<feOffset dx="1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" operator="out"/>
|
|
30
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
|
|
31
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
|
|
32
|
+
</filter>
|
|
33
|
+
</defs>
|
|
34
|
+
|
|
35
|
+
<g transform="translate({{spec.profile.padding.[3].x}}, {{spec.profile.padding.[3].y}})">
|
|
36
|
+
<g stroke="#E2E8F0" stroke-linecap="round" stroke-dasharray="6 6">
|
|
37
|
+
<line x1="77.5" y1="20.5" x2="77.5" y2="667.5"/><line x1="202.5" y1="20.5" x2="202.5" y2="667.5"/>
|
|
38
|
+
<line x1="603.5" y1="20.5" x2="603.5" y2="667.5"/><line x1="728.5" y1="20.5" x2="728.5" y2="667.5"/>
|
|
39
|
+
</g>
|
|
40
|
+
|
|
41
|
+
{{> SII93_bipolar_rows
|
|
42
|
+
items=items
|
|
43
|
+
rowsY=40
|
|
44
|
+
rowPitch=128
|
|
45
|
+
leftTrackX=77
|
|
46
|
+
leftZeroX=327
|
|
47
|
+
titleX=328
|
|
48
|
+
titleWidth=150
|
|
49
|
+
rightTrackX=479
|
|
50
|
+
rightZeroX=479
|
|
51
|
+
leftRawX=69
|
|
52
|
+
rightRawX=737
|
|
53
|
+
titleFontSize=14
|
|
54
|
+
titleFontWeight=600
|
|
55
|
+
showDescriptions=true
|
|
56
|
+
leftDescriptionX=202
|
|
57
|
+
rightDescriptionX=604
|
|
58
|
+
leftTrackFill="url(#sii93-p4-left-track)"
|
|
59
|
+
rightTrackFill="url(#sii93-p4-right-track)"
|
|
60
|
+
leftActiveFill="url(#sii93-p4-left-active)"
|
|
61
|
+
rightActiveFill="url(#sii93-p4-right-active)"
|
|
62
|
+
leftActiveColor="#7E22CE"
|
|
63
|
+
rightActiveColor="#4338CA"
|
|
64
|
+
}}
|
|
65
|
+
|
|
66
|
+
<g opacity="0.5" filter="url(#sii93-p4-left-split)"><line x1="327.5" y1="20.5" x2="327.5" y2="667.5" stroke="white" stroke-linecap="round"/></g>
|
|
67
|
+
<g opacity="0.5" filter="url(#sii93-p4-right-split)"><line x1="478.5" y1="20.5" x2="478.5" y2="667.5" stroke="white" stroke-linecap="round"/></g>
|
|
68
|
+
|
|
69
|
+
<g font-size="12" font-weight="400" fill="#94A3B8" text-anchor="middle" direction="ltr" unicode-bidi="bidi-override">
|
|
70
|
+
<text x="77.5" y="8">- 2</text><text x="202.5" y="8">- 1</text><text x="327.5" y="8">0</text>
|
|
71
|
+
<text x="478.5" y="8">0</text><text x="603.5" y="8">1</text><text x="728.5" y="8">2</text>
|
|
72
|
+
</g>
|
|
73
|
+
</g>
|
|
74
|
+
{{/layout}}
|