From 8046ca2dd750421db155a63ab800f1965bb29aa8 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 24 Apr 2008 22:13:14 +0000 Subject: [PATCH] disabled dash length device matrix mapping --- lib/pdf/GFXOutputDev.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/pdf/GFXOutputDev.cc b/lib/pdf/GFXOutputDev.cc index 868fd77..13c81e4 100644 --- a/lib/pdf/GFXOutputDev.cc +++ b/lib/pdf/GFXOutputDev.cc @@ -1083,6 +1083,8 @@ 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