]> granicus.if.org Git - graphviz/commit
smyrna DrawEllipse: use doubles for local temporaries
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 14 Jan 2023 05:26:25 +0000 (21:26 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 15 Jan 2023 16:59:31 +0000 (08:59 -0800)
commitc239a13258d4a4a4170b4e7db51469df842ea618
treeec815563757cebabc3d0acbfa92f0f661f251a5d
parent7b8c4ca6457175347a27295c6a51a3e7032227d8
smyrna DrawEllipse: use doubles for local temporaries

Values being stored into these were doubles and later use of these promoted them
to double. So it is not clear why they were not double to begin with. Squashes 2
-Wfloat-conversion warnings.
cmd/smyrna/draw.c