[e] How to specify line width on evas.canvas
Laszlo KREKACS
laszlo.krekacs.list at gmail.com
Wed Jul 29 21:50:41 CEST 2009
Hi!
This is a e specifiy question, I hope somebody is more knowledgable then me.
Im creating a line element on evas.canvas with the following snippet of code:
line = self.Line(color="#CE5C00")
line.start_set(oldx, oldy)
line.end_set(newx, newy)
line.show()
The problem with it, it is always 1 px wide.
How can I specify the width? I would like to have at least 5px width.
Any idea is most welcomed.
Best regards,
Laszlo
More information about the community
mailing list