Open QriusDev opened 1 week ago
Action Items:
TimelineSeekerTail
Drawable
index.html
<script src="widgets/qp_timeline.js"></script>
seekerTail = new TimelineSeekerTail(this.canvas)
seekerTail
drawFunction
default
This is blocked by #3 Please ignore until that issue is approved.
Its approved
Action Items:
TimelineSeekerTail
that extendsDrawable
, in a new file /widgets/qp_timeline_seeker_tail.jsindex.html
, somewhere above<script src="widgets/qp_timeline.js"></script>
seekerTail = new TimelineSeekerTail(this.canvas)
seekerTail
.TimelineSeekerTail
is just a glorified rectangle, we won't override thedrawFunction
for it. We'll just use thedefault
.