This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kms70847
Recipients kms70847, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-05-19.16:39:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463675994.69.0.630597115809.issue27058@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I've tried testing Serhiy's `canvas_dash.tcl` file, by running:

    import Tkinter
    root = Tkinter.Tk()
    root.tk.eval("source canvas_dash.tcl")
    root.mainloop()

(I'm not sure if this counts as "pure" Tcl/Tk. I don't have any experience in using Tcl/Tk outside of Python. If there's a way to execute `canvas_dash.tcl` straight from the command line, I'm willing to try, but after some cursory research I couldn't figure out how to do it.)

The result is the same as before: 18 pixel segments, 6 pixel gaps.
History
Date User Action Args
2016-05-19 16:39:54kms70847setrecipients: + kms70847, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower
2016-05-19 16:39:54kms70847setmessageid: <1463675994.69.0.630597115809.issue27058@psf.upfronthosting.co.za>
2016-05-19 16:39:54kms70847linkissue27058 messages
2016-05-19 16:39:54kms70847create