size to point size (name change)

GSoC-2017-kushal
Kushal K S V S 7 years ago
parent fbaf709510
commit 7a01001b39
  1. 2
      tests/make_png/runme.sh

@ -76,7 +76,7 @@ done
echo '</select>
</label><br>'>>./html/top.html
#####################################################################
echo '<label>Size&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp:<select name="size" id="size" onchange="change()">'>>./html/top.html
echo '<label>Point Size&nbsp:<select name="size" id="size" onchange="change()">'>>./html/top.html
for i in $FT_TEST_PT_SIZE; do
echo " <option value= $i > $i </option>">>./html/top.html
done

Loading…
Cancel
Save