dash_array
Собственно на видео видно, как в Редакторе дергается линия, хотя при открытии ее в браузере все идет плавно.
Линия вставлена в faceplate + Разметка.
Код svg
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" width="100%" height="15" preserveAspectRatio="none" >
<g>
<line x1="-50" y1="7.5" x2="120%" y2="7.5" stroke="#3d5" stroke-width="7" stroke-dasharray="20 20" stroke-linecap="round" opacity="100%"/>
<animateTransform
attributeName="transform"
from="0"
to="40"
dur="1.3s"
repeatCount="indefinite"/>
</g>
</svg>
Собственно возможно ли это вылечить? что может вызывать прерывание?