From 1f8f2ee3fe058a03b06f24dda950795f2639be6c Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Thu, 15 Aug 2013 22:38:20 +0200 Subject: patch of David Mathog in bugtread 988601 comment 186 (bzr r11668.1.73) --- src/extension/internal/emf-inout.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/extension/internal/emf-inout.cpp b/src/extension/internal/emf-inout.cpp index c14393cc2..7dc0ee314 100644 --- a/src/extension/internal/emf-inout.cpp +++ b/src/extension/internal/emf-inout.cpp @@ -2705,9 +2705,8 @@ std::cout << "BEFORE DRAW" int f1; int f2 = (d->arcdir == U_AD_COUNTERCLOCKWISE ? 0 : 1); if(!emr_arc_points( lpEMFR, &f1, f2, ¢er, &start, &end, &size)){ - // draw a line from current position to start + // draw a line from current position to start, arc from there tmp_path << "\n\tL " << pix_to_xy(d, start.x, start.y); - tmp_path << "\n\tM " << pix_to_xy(d, start.x, start.y); tmp_path << " A " << pix_to_abs_size(d, size.x)/2.0 << "," << pix_to_abs_size(d, size.y)/2.0 ; tmp_path << " "; tmp_path << 180.0 * current_rotation(d)/M_PI; -- cgit v1.2.3