Commit 42033203 authored by Lukas Eipert's avatar Lukas Eipert

Add comment to path expression

parent f6569a0a
......@@ -238,6 +238,7 @@ export default (function() {
'fill-opacity': 0.5,
stroke: 'none',
});
// Generate the triangle right of the tag box
r.path(['M', x - 5, y, 'L', x - 15, y - 4, 'L', x - 15, y + 4, 'Z']).attr({
fill: '#000',
'fill-opacity': 0.5,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment