From 8c86f5c8ce2fd6f310b3d36184c28f362c359003 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Tue, 28 Jul 2009 13:09:18 -0700 Subject: [PATCH] SVG backend: optimize path data for oval --- scm/output-svg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/output-svg.scm b/scm/output-svg.scm index 3d76a482d7..b8ca001c71 100644 --- a/scm/output-svg.scm +++ b/scm/output-svg.scm @@ -397,7 +397,7 @@ `(fill . ,(if is-filled "currentColor" "none")) `(stroke . "currentColor") `(stroke-width . ,thick) - `(d . ,(ly:format "M~4f,~4f C~4f,~4f ~4f,~4f ~4f,~4f S~4f,~4f ~4f,~4f" + `(d . ,(ly:format "M~4f ~4fC~4f ~4f ~4f ~4f ~4f ~4fS~4f ~4f ~4f ~4fz" x-max 0 x-max y-max x-min y-max -- 2.39.5