~inkscape.dev/inkscape/trunk

« back to all changes in this revision

Viewing changes to src/live_effects/lpe-taperstroke.cpp

  • Committer: Marc Jeanmougin
  • Date: 2015-05-08 13:46:25 UTC
  • Revision ID: marcjeanmougin@free.fr-20150508134625-ocsmp69bbbq2m2hm
fixes a few of jenkins warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
389
389
        x0 -= pattBndsX->min();
390
390
        y0 -= pattBndsY->middle();
391
391
 
392
 
        double xspace  = 0;
393
392
        double noffset = 0;
394
393
        double toffset = 0;
395
394
        // Prevent more than 90% overlap...
396
 
        if (xspace < -pattBndsX->extent()*.9) {
397
 
            xspace = -pattBndsX->extent()*.9;
398
 
        }
399
395
 
400
396
        y0+=noffset;
401
397