X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly.c;h=a08899de6c721442d27b84017f26fce00a81d241;hp=a408618c62eeb52e8fcdb47fb0aa31717716f073;hb=66a03382aab040571f94b0861719753bda3ff8f1;hpb=d9028caacb25b27d07c6b642556e8d372bb267a1 diff --git a/lib/gfxpoly.c b/lib/gfxpoly.c index a408618..a08899d 100644 --- a/lib/gfxpoly.c +++ b/lib/gfxpoly.c @@ -449,7 +449,7 @@ static ArtVpath* gfxline_to_ArtVpath(gfxline_t*line, char fill) } /* Find adjacent identical points. If an ajdacent pair of identical - points is found, the second is removed. + points is found, the second one is removed. So moveto x,y lineto x,y becomes moveto x,y lineto x,y lineto x,y becomes lineto x,y lineto x,y moveto x,y becomes lineto x,y