-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support svg #1
Comments
Nice. Curious what you're using SVG for? |
I'm using svg with d3.js which is seriously awesome (check out the examples), which maps an array of data to DOM elements (normally SVG elements but it could be anything) and updates them when the data changes. My pipe dream is that CoffeeMugg could be used to do the same. At the very least it could be used to create templates that are then assigned using d3 (so it needs SVG support), but I think that using instantiation and some automatic |
Use regular object instead of CoffeeScript class
There's
<svg>
support in coffeekup (see gradus/coffeecup@07ffa72), but since CoffeeMugg usesthis
you could even do one better and switch outthis
so that under@svg
only SVG elements are allowed...The text was updated successfully, but these errors were encountered: