Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add short ArrowTopRight and short ArrowTopLeft with singlequote #115

Open
Geronymos opened this issue Sep 3, 2024 · 0 comments
Open

Add short ArrowTopRight and short ArrowTopLeft with singlequote #115

Geronymos opened this issue Sep 3, 2024 · 0 comments

Comments

@Geronymos
Copy link

There are two ways for creating ArrowBottomRight / ArrowBottomLeft with either slashes or a dot. There doesn't seem to be an equivalent for the dots with ArrowTopRight / ArrowTopLeft. Maybe make the backtick or singlequote ' the equvalent for dot . with ArrowTop.

Short ArrowBottomRight / ArrowBottomLeft with dot . works:

 .--.
v    v

But this does not work for creating ArrowTopRight / ArrowTopLeft:

^    ^
 '--'

grafik

//     ^
//   -'
(
    bottom_left.is('\''),
    vec![polygon(
        vec![w, p, o],
        true,
        vec![ArrowTopRight],
    )],
),
//   ^  
//    '-
(
    bottom_right.is('\'') || bottom_right.is('`'),
    vec![polygon(
        vec![w, k, t],
        true,
        vec![ArrowTopLeft],
    )],
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant