added more new tags
[swftools.git] / lib / devices / render.c
index 20c4dd8..78b28b2 100644 (file)
@@ -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;
@@ -660,7 +660,7 @@ void render_result_write(gfxresult_t*r, int filedesc)
 }
 int render_result_save(gfxresult_t*r, char*filename)
 {
-    internal_result_t*i= (internal_result_t*)r->internal;
+    /*internal_result_t*i= (internal_result_t*)r->internal;
     if(i->next) {
        int nr=0;
        while(i->next) {
@@ -669,7 +669,7 @@ int render_result_save(gfxresult_t*r, char*filename)
        }
     } else {
        writePNG(filename, (unsigned char*)i->img.data, i->img.width, i->img.height);
-    }
+    }*/
     return 1;
 }
 void*render_result_get(gfxresult_t*r, char*name)