We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01d250 commit 5352b5cCopy full SHA for 5352b5c
graf2d/postscript/src/TSVG.cxx
@@ -448,10 +448,6 @@ void TSVG::DrawPolyLine(Int_t nn, TPoints *xy)
448
iydi = YtoSVG(xy[i].GetY());
449
ix = ixdi - ixd0;
450
iy = iydi - iyd0;
451
- if (fCompact && (TMath::Abs(ix) < kEpsilon))
452
- ix = 0;
453
- if (fCompact && (TMath::Abs(iy) < kEpsilon))
454
- iy = 0;
455
ixd0 = ixdi;
456
iyd0 = iydi;
457
if( ix && iy) {
@@ -522,10 +518,6 @@ void TSVG::DrawPolyLineNDC(Int_t nn, TPoints *xy)
522
518
iydi = VtoSVG(xy[i].GetY());
523
519
524
520
525
526
527
528
529
521
530
531
0 commit comments