T
T
thehighhomie2019-05-24 14:42:28
JavaScript
thehighhomie, 2019-05-24 14:42:28

fabricjs: line with 2 points?

How can this behavior of the fabric.Line object be implemented?
Video

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evgeny Komarov, 2017-05-31
Reytarovsky @Antonchik

stash

A
Alexey Shumkin, 2017-05-31
@ashumkin

as already said, stash is the simplest solution
, but there is another (there is more than one to do it), JFYI
1. commit to the current branch ( dev )
2. move to another, git cherry-pick dev - here you have your changes (if you want, you can use the --no-commit option ) 3. then you need to delete the commit in dev
that has become unnecessary : ​​either 3.1 go to dev , git reset --hard HEAD^, or 3.2 git update-ref refs/heads/dev dev ^

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question