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"
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"