"Path Shape" Isn't displaying on the homescreen

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. :sob:

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

I created 5 Text Globals with your exact weather formulas and used them inside an SVG Path.

My results: The path renders perfectly both in the editor and on the homescreen in both KLWP and KWGT.

Could you please provide:

A screenshot of your Globals list in the editor.

A screenshot of your SVG Path editor (where the code is written).

A screenshot of your Items list (lay

ers).

It somehow started working… :man_shrugging::man_facepalming::sob:

I had deleted and recreated everything again to upload screenshots. I’m really sorry for disturbing you…:folded_hands:

I first asked some people about this problem on Discord and they said they also don’t see the object on their homescreen and suggested me to report about it here.

Sorry again for wasting your time :wink:

Glad it’s working now! No worries at all.:slightly_smiling_face:

1 Like