This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
fixed typo
codeClimate
Alexander Wunschik
8 years ago
parent
37c595e906
commit
d2aa7b01c2
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/network/shapes.js
+ 1
- 1
lib/network/shapes.js
View File
@ -206,7 +206,7 @@ if (typeof CanvasRenderingContext2D !== 'undefined') {
/
*
*
/
*
*
*
Draw
an
arrow
a
n
the
end
of
a
n
line
with
the
given
angle
.
*
Draw
an
arrow
a
t
the
end
of
a
line
with
the
given
angle
.
*
/
*
/
CanvasRenderingContext2D
.
prototype
.
arrowEndpoint
=
function
(
x
,
y
,
angle
,
length
)
{
CanvasRenderingContext2D
.
prototype
.
arrowEndpoint
=
function
(
x
,
y
,
angle
,
length
)
{
// tail
// tail
Write
Preview
Loading…
Cancel
Save