X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fdevices%2Frender.c;h=78b28b216cdfeeeea4a99cf9ab7693ed02c3003a;hb=9f7677fdc5875c38239d809c02844d98ce67794a;hp=7e6d2ad70c8e2aac60d9c4ee02c939a8b52a64c7;hpb=a2388a02b2fb072a77d313f83e0f032c6bb031d8;p=swftools.git diff --git a/lib/devices/render.c b/lib/devices/render.c index 7e6d2ad..78b28b2 100644 --- a/lib/devices/render.c +++ b/lib/devices/render.c @@ -491,9 +491,9 @@ void render_stroke(struct _gfxdevice*dev, gfxline_t*line, gfxcoord_t width, gfxc internal_t*i = (internal_t*)dev->internal; double x,y; - if(cap_style != gfx_capRound || joint_style != gfx_joinRound) { + /*if(cap_style != gfx_capRound || joint_style != gfx_joinRound) { fprintf(stderr, "Warning: cap/joint style != round not yet supported\n"); - } + }*/ while(line) { int x1,y1,x2,y2,x3,y3;