<svg #mysvg viewBox="0 0 1000 1000" (mousemove)="onMouseMove($event)" (mouseup)="onMouseUp($event)">
<svg:defs>
<svg:linearGradient id="myLinearGradient1"
x1="0%" y1="0%"
x2="0%" y2="100%"
spreadMethod="pad">
<stop offset="10%" stop-color="#cccccc" stop-opacity="1"/>
<stop offset="30%" stop-color="#eeeeee" stop-opacity="1"/>
<stop offset="70%" stop-color="#eeeeee" stop-opacity="1"/>
<stop offset="90%" stop-color="#cccccc" stop-opacity="1"/>
</svg:linearGradient>
</svg:defs>
<svg:g gantt-bar width="100" (mousedown)="onMouseDown($event)"/>
<svg:g #arrow arrow />
</svg>