<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Peter Herth пишет:
<blockquote
 cite="mid:5921d57c0907080913n44543fcfi82c6c81b010f66a@mail.gmail.com"
 type="cite"><!----><br>
  <pre wrap="">Well, I had no use for them so far, but as with many Tk features, I might have
overlooked a cool use case. So can you give an example where you use canvas
units?
  </pre>
</blockquote>
I simply draw a plan of real objects and it is more convenient to do
this <br>
in real coordinates, not in pixels, moreover, pixels are not always of
same <br>
height and width, that is, not always circles. So measuring in pixels
would<br>
lead to axis of X and Y being unisotropic. <br>
I may be wrong here but this was my first idea when I decided to use
millimeters.<br>
<blockquote
 cite="mid:5921d57c0907080913n44543fcfi82c6c81b010f66a@mail.gmail.com"
 type="cite">
  <pre wrap="">
Yeah, looks like a good solution and I will merge it in.
  </pre>
</blockquote>
<br>
I can provide the full source file if it is needed.<br>
</body>
</html>