enable
enable copied to clipboard
Handle corner-cases for `arc_to` in all backends
There are problems with arc_to in the OpenGL backend (it segfaults), but more generally it would be good to have a benchmark and/or tests that ensure that backends behave sensibly for a range of inputs and/or handle ill-defined cases gracefully (eg. all three points the same).