How to create lines with Athens?
Posted
by
Kilon
on Stack Overflow
See other posts from Stack Overflow
or by Kilon
Published on 2013-10-30T21:31:57Z
Indexed on
2013/10/30
21:54 UTC
Read the original article
Hit count: 185
I have no clue how to create lines with Athens. I took a look at Cairo docs but I cant see how Athens is related to Cairo.
http://zetcode.com/gfx/cairo/basicdrawing/
In the above link I cant find any equivalent for cairo_set_line_width(cr, 1); I tried to look inside Athens but is nowhere to be found. Overall I find the Athens architecture quite confusing though Cairo looks simple. Any idea how to makes this work ?
© Stack Overflow or respective owner