Tram-One / tram-one

🚋 Legacy View Framework For Vanilla Javascript
http://tram-one.io/
MIT License
36 stars 8 forks source link

SVG example #51

Closed JRJurman closed 6 years ago

JRJurman commented 6 years ago

Summary

It would be awesome if we could have an example showing tram-one's support for SVGs. Hyperapp has a neat little clock (codepen here: https://codepen.io/hyperapp/pen/PWMBLp?editors=0010)

I would not be opposed showing the same example with Tram-One logic. This should probably end up in the examples folder

KhushilMistry commented 6 years ago

@JRJurman Hey, Can I work on this ?

ethanjurman commented 6 years ago

@KhushilMistry what did you have in mind as far as an svg example? Looking at the clock one, we probably don't need something as complex, but it wouldn't hurt either.

KhushilMistry commented 6 years ago

@ethanjurman We can make proper clock with Seconds, Minutes and Hour Hands. Can also Display 1 to 12.

ethanjurman commented 6 years ago

You probably don't need to do 1 to 12, just some dashes or something would be fine... anything that you get working tho would be cool.

ethanjurman commented 6 years ago

Can we close this?

JRJurman commented 6 years ago

@ethanjurman thanks for catching this, yes yes we can.

Resolved by #69