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

Latest commit

 

History

History
11 lines (8 loc) · 258 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 258 Bytes

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"