[e] How to specify line width on evas.canvas
Laszlo KREKACS
laszlo.krekacs.list at gmail.com
Wed Jul 29 21:57:28 CEST 2009
Hi!
I hope somebody can help me out:
Im currently using evas.canvas for some basic graphics.
Im creating line with this code snippet:
line = self.Line(color="#CE5C00")
line.start_set(oldx, oldy)
line.end_set(newx, newy)
line.show()
The only problem with it, that it creates 1px wide line.
How can I specify the line width?
I would like to have at least 5px of line width.
Any idea is most welcomed.
Best regards,
Laszlo
More information about the community
mailing list