Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
jvenn
Commits
41e71d62
Commit
41e71d62
authored
Mar 25, 2015
by
Philippe Bardou
Browse files
Stat chart svg complient
parent
06044ae4
Changes
1
Show whitespace changes
Inline
Side-by-side
src/jvenn.js
View file @
41e71d62
...
@@ -484,7 +484,7 @@
...
@@ -484,7 +484,7 @@
ctx
.
beginPath
();
ctx
.
beginPath
();
ctx
.
rect
(
x
,
y
,
w
,
h
);
ctx
.
rect
(
x
,
y
,
w
,
h
);
ctx
.
closePath
();
ctx
.
closePath
();
ctx
.
save
();
//
ctx.save();
ctx
.
lineWidth
=
0.75
;
ctx
.
lineWidth
=
0.75
;
ctx
.
shadowColor
=
"
rgba(0,0,0, 0.4)
"
;
ctx
.
shadowColor
=
"
rgba(0,0,0, 0.4)
"
;
ctx
.
shadowBlur
=
7
;
ctx
.
shadowBlur
=
7
;
...
@@ -494,7 +494,7 @@
...
@@ -494,7 +494,7 @@
ctx
.
stroke
();
ctx
.
stroke
();
ctx
.
fillStyle
=
fillcolor
;
ctx
.
fillStyle
=
fillcolor
;
ctx
.
fill
();
ctx
.
fill
();
ctx
.
restore
();
//
ctx.restore();
}
}
function
changeOpacity
(
rgba
,
opacity
)
{
function
changeOpacity
(
rgba
,
opacity
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment