ultralight-ux / Ultralight

Lightweight, high-performance HTML renderer for game and app developers.
https://ultralig.ht
4.68k stars 195 forks source link

Issues with <canvas> path drawing API. #115

Closed adamjs closed 4 years ago

adamjs commented 5 years ago

From Slack chat:

Bryan Hanson [1:27 PM]
@Adam Simmons I'm testing out the functionality of the canvas by just creating a small scratchpad but its not showing any drawings. (edited) 

Adam Simmons [1:30 PM]
@Bryan Hanson I haven't fully implemented the canvas API calls, which ones are you using?

Bryan Hanson [1:44 PM]
The end goal is to create some gauges, I have been using this https://bernii.github.io/gauge.js/ library. I'm not used to reading coffeescript but it looks like arc, moveTo, lineTo, beginPath, fill, rotate, text, translate, radial gradient
adamjs commented 4 years ago

This should be resolved in latest trunk (1.1).