Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 239992 | Differences between
and this patch

Collapse All | Expand All

(-)librsvg-2.26.0/rsvg-path.c (-2 / +2 lines)
Lines 142-149 rsvg_path_arc (RSVGParsePathCtx * ctx, Link Here
142
        return;
142
        return;
143
      }
143
      }
144
144
145
    if(rx < 0)rx = -rx;
145
    rx = fabs(rx);
146
    if(ry < 0)ry = -ry;
146
    ry = fabs(ry);
147
147
148
    k1 = (x1 - x2)/2;
148
    k1 = (x1 - x2)/2;
149
    k2 = (y1 - y2)/2;
149
    k2 = (y1 - y2)/2;

Return to bug 239992