How marks coordinates work? #556
Closed
arkadiuszwojcik
started this conversation in
General
Replies: 1 comment
-
Turns out this is a bug, #557 was opened to resolve this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am confused with marks coordinates. I am using 0.2.2 and doc is saying that first parameter is place position, and second is direction, so I test following code:
I would expect both marks to be in same place (0,0) and point in same direction. But somehow second parameter effect their position and they end up in different places:
Moreover I would like to write function that places mark at the center of line, but because of that bug? It doesn't work. Here is my function:
Can someone advice what I am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions