Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 109480
Collapse All | Expand All

(-)cairo-1.0.2.orig/src/cairo-path-stroke.c (-1 / +1 lines)
Lines 180-185 Link Here
180
    cairo_gstate_t	*gstate = stroker->gstate;
180
    cairo_gstate_t	*gstate = stroker->gstate;
181
    int		clockwise = _cairo_stroker_face_clockwise (out, in);
181
    int		clockwise = _cairo_stroker_face_clockwise (out, in);
182
    cairo_point_t	*inpt, *outpt;
182
    cairo_point_t	*inpt, *outpt;
183
    cairo_polygon_t     polygon;
183
184
184
    if (in->cw.x == out->cw.x
185
    if (in->cw.x == out->cw.x
185
	&& in->cw.y == out->cw.y
186
	&& in->cw.y == out->cw.y
Lines 271-277 Link Here
271
	    double		x1, y1, x2, y2;
272
	    double		x1, y1, x2, y2;
272
	    double		mx, my;
273
	    double		mx, my;
273
	    double		dx1, dx2, dy1, dy2;
274
	    double		dx1, dx2, dy1, dy2;
274
	    cairo_polygon_t	polygon;
275
	    cairo_point_t	outer;
275
	    cairo_point_t	outer;
276
276
277
	    /* 
277
	    /* 

Return to bug 109480