Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pbarth
Genome-viewer
Commits
c50bb38b
Commit
c50bb38b
authored
Oct 28, 2018
by
Raphael Müller
Browse files
lane's svg does not have property color
parent
ecdf165d
Changes
1
Hide whitespace changes
Inline
Side-by-side
genome-vuer/src/js/lane.js
View file @
c50bb38b
Vue
.
component
(
"
lane
"
,{
template
:
`
<svg :height="height" :x="x" :y="y"
:stroke="color"
>
<svg :height="height" :x="x" :y="y">
<line :x1="x+10" :y1="height/2" :x2="width" :y2="height/2" :stroke="color" stroke-width="2" stroke-dasharray="20, 5" />
</svg>
`
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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