@baravak/risloo-profile-cli 4.8.0 → 4.8.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
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
<stop offset="1" stop-color="#E11D48"/>
|
|
40
40
|
</linearGradient>
|
|
41
41
|
<clipPath id="defaultBar">
|
|
42
|
-
{{bar
|
|
42
|
+
{{bar 300 16 (object tr=2 br=2 bl=0 tl=0) (toRad 0)}}
|
|
43
43
|
</clipPath>
|
|
44
44
|
</defs>
|
|
45
45
|
<g transform="translate(4, 20)">
|
|
@@ -97,6 +97,11 @@
|
|
|
97
97
|
{{#each item.subs as | sub isub |}}
|
|
98
98
|
<g transform="translate(0, {{math (math 104 '*' index) '+' (math 28 '*' isub)}})">
|
|
99
99
|
{{bar sub.pixel 16 (object tr=2 br=2 bl=0 tl=0) (toRad 0) fill=sub.style.key transform="translate(57, 0)"}}
|
|
100
|
+
{{#if (boolean sub.br '>=' 75)}}
|
|
101
|
+
<text x="{{math 51 '+' sub.pixel}}" y="8" text-anchor="start" dy=".3em" font-size="15" font-weight="500" fill="#FFFFFF">{{sub.br}}</text>
|
|
102
|
+
{{else}}
|
|
103
|
+
<text x="{{math 63 '+' sub.pixel}}" y="8" text-anchor="end" dy=".3em" font-size="15" font-weight="500" fill="{{sub.style.color}}">{{sub.br}}</text>
|
|
104
|
+
{{/if}}
|
|
100
105
|
</g>
|
|
101
106
|
{{/each}}
|
|
102
107
|
{{/each}}
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
<stop offset="1" stop-color="#E11D48"/>
|
|
40
40
|
</linearGradient>
|
|
41
41
|
<clipPath id="defaultBar">
|
|
42
|
-
{{bar
|
|
42
|
+
{{bar 300 16 (object tr=2 br=2 bl=0 tl=0) (toRad 0)}}
|
|
43
43
|
</clipPath>
|
|
44
44
|
</defs>
|
|
45
45
|
<g transform="translate(4, 20)">
|
|
@@ -97,6 +97,11 @@
|
|
|
97
97
|
{{#each item.subs as | sub isub |}}
|
|
98
98
|
<g transform="translate(0, {{math (math 104 '*' index) '+' (math 28 '*' isub)}})">
|
|
99
99
|
{{bar sub.pixel 16 (object tr=2 br=2 bl=0 tl=0) (toRad 0) fill=sub.style.key transform="translate(57, 0)"}}
|
|
100
|
+
{{#if (boolean sub.br '>=' 75)}}
|
|
101
|
+
<text x="{{math 51 '+' sub.pixel}}" y="8" text-anchor="start" dy=".3em" font-size="15" font-weight="500" fill="#FFFFFF">{{sub.br}}</text>
|
|
102
|
+
{{else}}
|
|
103
|
+
<text x="{{math 63 '+' sub.pixel}}" y="8" text-anchor="end" dy=".3em" font-size="15" font-weight="500" fill="{{sub.style.color}}">{{sub.br}}</text>
|
|
104
|
+
{{/if}}
|
|
100
105
|
</g>
|
|
101
106
|
{{/each}}
|
|
102
107
|
{{/each}}
|