Explorar o código

TODO: olivec_copy() should flip the image

rexim %!s(int64=3) %!d(string=hai) anos
pai
achega
0cc39e8704
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      olive.c

+ 1 - 0
olive.c

@@ -700,6 +700,7 @@ OLIVECDEF void olivec_text(Olivec_Canvas oc, const char *text, int tx, int ty, O
 }
 
 // TODO: bilinear interpolation for olivec_copy
+// TODO: olivec_copy() should flip the image horizontally on negative w and verticallly on negative h
 void olivec_copy(Olivec_Canvas src, Olivec_Canvas dst, int x, int y, int w, int h)
 {
     int x1, x2, y1, y2;