Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

History

cairo_png

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Cairo PNG

This example demonstrates how to create ImageSurface, draw on it and then save result to PNG file. Analog of C# example http://www.mgsloan.com/cairo_tut/stroke.cs

Run it by executing:

cargo run --bin cairo_png --features="cairo"