▟ ▖▟ ▖
▟ ▖▟ ▖
updated with changes from video-js 6824c1f1d8bcc3f5b45c (current HEAD). i hope i didn't missed something. if i did, let me know.
it would be very useful if you could add the cache-control feature like in connect's [static middleware](https://github.com/senchalabs/connect/blob/master/lib/middleware/static.js#L185-194), so when the browser have the same data like connect-cache in the cache...
feature to format buffers in a more readable way when [hexy](https://github.com/a2800276/hexy.js) is installed.
on both node v0.8.9 and v0.10.20 i get this error message when running (build went ok): ``` ./include.js:10 magic.upon_gc(function(has_listeners, event, data) { ^ TypeError: Object # has no method 'upon_gc'...
``` ~ » npm install atom npm ERR! 404 'atom' is not in the npm registry. npm ERR! 404 You should bug the author to publish it. npm ERR! 404...
this error occures when using text ``` var raphael_example_pie = function (r) { r.g.txtattr.font = "12px 'Fontin Sans', Fontin-Sans, sans-serif"; r.g.text(320, 70, "Static Pie Chart").attr({"font-size": 20}); r.g.piechart(320, 240, 150, [55,...
so text doesn't work. http://www.w3.org/TR/SVG11/
this problem should be covered by raphael. for instance http://g.raphaeljs.com/piechart.html has colors but ``` var raphael_example_pie = function (r) { r.g.txtattr.font = "12px 'Fontin Sans', Fontin-Sans, sans-serif"; r.g.text(320, 70, "Static...