Ok so I had made a shape/graph line using “Path commands”:
M0 $gv(7/a)$ L25 $gv(7/b)$
M25 $gv(7/b)$ L50 $gv(7/c)$
M50 $gv(7/c)$ L75 $gv(7/d)$
M75 $gv(7/d)$ L100 $gv(7/e)$
=====
I had 5 “Text Globals”:
$mu(floor, wf(temp, 0)/wf(max, 0)*100)$
$mu(floor, wf(temp, 1)/wf(max, 1)*100)$
$mu(floor, wf(temp, 2)/wf(max, 2)*100)$
$mu(floor, wf(temp, 3)/wf(max, 3)*100)$
$mu(floor, wf(temp, 4)/wf(max, 4)*100)$
=====
Everything was right, the order of the layers was also correct… Everything was displaying in KLWP correctly but after saving, It doesn’t show up on homescreen.
But when I use the texts from the globals directly to path, It displays:
M0 $mu(floor, wf(temp, 0)/wf(max, 0)*100)$ L25 $mu(floor, wf(temp, 1)/wf(max, 0)*100)$
M25 $mu(floor, wf(temp, 1)/wf(max, 0)*100)$ L50 $mu(floor, wf(temp, 2)/wf(max, 0)*100)$
M50 $mu(floor, wf(temp, 2)/wf(max, 0)*100)$ L75 $mu(floor, wf(temp, 3)/wf(max, 0)*100)$
M75 $mu(floor, wf(temp, 3)/wf(max, 0)*100)$ L100 $mu(floor, wf(temp, 4)/wf(max, 0)*100)$
====
I say that again, Everything was correct but still not showing on homescreen. ![]()
If it worked using the same texts I put on the globals it also should’ve worked using globals, no?
I know this might be a bug specfic to SVG path formulas only on the saved homescreen


