From d78c451f22439e9340d1345b001ef15a31861149 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 8 May 2008 14:59:36 +0000 Subject: [PATCH] added dash-length transforming --- lib/pdf/GFXOutputDev.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/pdf/GFXOutputDev.cc b/lib/pdf/GFXOutputDev.cc index fed1333..ae26f2b 100644 --- a/lib/pdf/GFXOutputDev.cc +++ b/lib/pdf/GFXOutputDev.cc @@ -1083,8 +1083,6 @@ void GFXOutputDev::strokeGfxline(GfxState *state, gfxline_t*line, int flags) this->transformXY(state, 1, 1, &tx2, &ty2); double f = sqrt(sqr(tx2-tx1)+sqr(ty2-ty1)) / SQRT2; - f = 1.0; //disable dash length transform for now - msg(" %d dashes", this->dashLength); msg(" | phase: %f", this->dashStart); for(t=0;tdashLength;t++) { -- 1.7.10.4