creative-connections/aurelia-bodylight-plugin

View on GitHub
src/elements/elasticity.html

Summary

Maintainability
Test Coverage
<template bindable="dx,dy,value">
    <svg width="${2*dx}" height="${dy}">
        <path d="M 0 0 Q ${dx} ${value}, ${2*dx} 0" fill="none" stroke="red"></path>
    </svg>
</template>