Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • $\begingroup$ The syntax of Offset is wrong. It is in place of the radius and it is not of the form Offset[{..,..},{..,..}]. And you choose an incredible large value in Thickness, put it to e..g. 0.01. $\endgroup$ Commented Dec 2, 2020 at 10:21
  • $\begingroup$ @DanielHuber You are right. Though not documented, but it seems that Offset[a] is equivalent to Offset[{a,a}]. Anyway, it doesn't solve the problem. The graphics is vector image, I don't see why a circle should not appear to be a circle at any scale $\endgroup$ Commented Dec 2, 2020 at 11:30
  • $\begingroup$ I do not understand your definition of the radius. What should a radius of "Offset[..]" mean? $\endgroup$ Commented Dec 2, 2020 at 11:40
  • $\begingroup$ @DanielHuber According to the doc of Offset: "Offset[{dx,dy}] can be used to specify an absolute radius in a Circle or Disk object. " $\endgroup$ Commented Dec 2, 2020 at 12:36
  • $\begingroup$ I get a circle (V12.1.1, Mac): i.sstatic.net/WMPIS.png $\endgroup$ Commented Dec 2, 2020 at 14:10