Open
Description
It seems we should allow each backend define their own coordinate type.
For example, the SVG standard actually allows float point numbers, but plotters currently uses BackendCoord
for all the backends.
===
** Original Conversation **
Currently, it seems that plotters only supports integer coordinates, so for SVG backend, some detail could be loss in the graph due to integer coordinates. Could real number coordinates be supported so the lines and curves could have more precision?