From 1912528acb60f06fa83af94b9d2ab8571fef6cad Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Fri, 18 Sep 2020 10:53:14 -0700 Subject: [PATCH] Avoid formatting literal zeros as floating point --- src/common/dcsvg.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/common/dcsvg.cpp b/src/common/dcsvg.cpp index 72be21b2c9..cc15152865 100644 --- a/src/common/dcsvg.cpp +++ b/src/common/dcsvg.cpp @@ -911,10 +911,10 @@ void wxSVGFileDCImpl::DoDrawArc(wxCoord x1, wxCoord y1, wxCoord x2, wxCoord y2, if (x1 == x2 && y1 == y2) { // drawing full circle fails with default arc. Draw two half arcs instead. - s = wxString::Format(wxS("