]> git.cworth.org Git - cairo-spline/commit
Add cairo-spline demonstration program. master
authorCarl Worth <cworth@cworth.org>
Sat, 23 Jun 2012 17:07:22 +0000 (10:07 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 23 Jun 2012 17:21:45 +0000 (10:21 -0700)
commit465a91ca9fc0e3ee78196db532458276e15edfe0
tree59bdd4258a8160be1c26dfdbee017d6712569f21
Add cairo-spline demonstration program.

This is an old program from the beginnings of cairo, which I used to
interactively explore the quality of cairo's spline rendering.

I'm bringing it back now to use it to demonstrate a bug in cairo's new
"contour" spline stroking as of cairo 1.12.
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
cairo-spline.c [new file with mode: 0644]