@baravak/risloo-profile-cli 3.1.0 → 3.1.1
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
CHANGED
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
{{!-- <rect x="0" y="0" width="702" height="450" fill="#E2E8F0"/> --}}
|
|
16
16
|
{{#each dataset.score}}
|
|
17
17
|
<g transform="translate(0, {{math 5 '+' ( math 51 '*' @key )}})">
|
|
18
|
-
<text y="0" x="129"
|
|
18
|
+
<text y="0" x="129" text-anchor="start" font-size="18px" font-weight="400" dy="18px">{{label.fr}}</text>
|
|
19
19
|
<g transform="translate(147, 0)">
|
|
20
20
|
{{bar (math label.width '*' 4.5) 30 (object tl=0 tr=15 bl=0 br=15) (toRad 0) fill=label.background opacity='.8'}}
|
|
21
21
|
{{bar (math mark '*' 4.5) 30 (object tl=0 tr=15 bl=0 br=15) (toRad 0) fill=label.fill opacity='.8'}}
|
|
22
|
-
<text y="17" x="{{math (math label.width '*' 4.5) '+' 7.5 }}"
|
|
22
|
+
<text y="17" x="{{math (math label.width '*' 4.5) '+' 7.5 }}" dy="6px" text-anchor="start" font-size="24px" fill="{{label.fill}}" font-weight="500" direction="ltr">
|
|
23
23
|
{{mark}}
|
|
24
24
|
<tspan font-size="18px" fill="#D4D4D8" font-weight="400">/ {{label.width}}</tspan>
|
|
25
|
-
</text>
|
|
25
|
+
</text>
|
|
26
26
|
</g>
|
|
27
27
|
</g>
|
|
28
28
|
{{/each}}
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
{{bar 9 markSum (object tl=0 tr=0 bl=4.5 br=4.5) (toRad 180) fill='#52525B'}}
|
|
33
33
|
</g>
|
|
34
34
|
<text x="4.5" y="-387" dominant-baseline="auto" text-anchor="middle" fill="#A1A1AA" font-size="18px" font-weight="400">378</text>
|
|
35
|
-
<text x="21" y="{{math markSum '*' -1}}"
|
|
36
|
-
<text transform="rotate(-90, 0, 0)" x="-3" y="-28"
|
|
35
|
+
<text x="21" y="{{math markSum '*' -1}}" dy="6" text-anchor="start" font-size="24px" fill="#3F3F46" font-weight="500" direction="ltr">{{markSum}}</text>
|
|
36
|
+
<text transform="rotate(-90, 0, 0)" x="-3" y="-28" dy="14" text-anchor="end" font-size="18px" font-weight="400">نمره کل</text>
|
|
37
37
|
|
|
38
38
|
<rect x="-3" y="0" width="15" height="3" fill="#FFFFFF" style="filter: drop-shadow(0 -3px 5px rgba(0,0,0, .5));"/>
|
|
39
39
|
</g>
|