login


<   >
date commit author
2021-04-26 cache value of pi marcelgmr@gmail.com
2021-04-26 add poly.parc marcelgmr@gmail.com
2021-04-25 TTF: fix glyph data location when long offsets are used marcelgmr@gmail.com
2021-04-25 TTF: make Face:string() return polygons instead of contours marcelgmr@gmail.com
2021-04-25 slightly more precise scan filling marcelgmr@gmail.com
2021-04-25 add support for holes in polygons marcelgmr@gmail.com
2021-04-25 TTF: fix compound glyphs marcelgmr@gmail.com
2021-04-25 TTF: add string rendering with kerning, anchoring & rotation marcelgmr@gmail.com
2021-04-25 add affine transformations marcelgmr@gmail.com
2021-04-24 TTF: parse some vertical metrics marcelgmr@gmail.com
2021-04-24 add basic TrueType font parsing marcelgmr@gmail.com
2021-04-24 ignore font/ directory marcelgmr@gmail.com
2021-04-24 GIF: add support for looping marcelgmr@gmail.com
2021-04-24 GIF: accept any number of colors in range 1..256 marcelgmr@gmail.com
2021-04-24 GIF: determine depth and fill GCT automatically marcelgmr@gmail.com
2021-04-24 let user provide front frame to GIFout:add_frame() marcelgmr@gmail.com
2021-04-23 make aa.get_mixed_colors() a separate function marcelgmr@gmail.com
2021-04-21 add poly.arrow_head() marcelgmr@gmail.com
2021-04-21 use DDA algorithm to draw lines with non-integer coordinates marcelgmr@gmail.com
2021-04-21 add anti-aliasing marcelgmr@gmail.com