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

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to