You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears there are multiple coordinate systems at play with the label directive. Given this snippet, note how [9, 4] for label produces the same effect as [9, 16] for the evolve keyword:
Observed behavior & reproduction
It appears there are multiple coordinate systems at play with the
label
directive. Given this snippet, note how[9, 4]
forlabel
produces the same effect as[9, 16]
for theevolve
keyword:Renders this map:
Expected behavior
Coordinate systems should be the same such that similar numbers produce the same effect, regardless of the parent keyword.
The text was updated successfully, but these errors were encountered: