Roman Jurkov

Results 13 comments of Roman Jurkov

simplest way to get a PNG, is to port SVG to canvas, and then from canvas element get **data** image, and assign that to either **img** or **a** i found...

that example producing a broken image for me actually in safari.

@ComFreek it looks like opera, safari (ios+osx), chrome are working, so browsers that support SVG. i just ran provided jsfiddle through browserstack, and it seems that everything rendered as expected.

looking at this further, maybe it makes sense to sync attribute names more to graphviz attribute names instead of raphael.js, that way we can address issue #31 also (i.e. connector...

i've committed new changes that will permit one to control colors of actors, actor strokes, signal colors, note, and font color via attribute names from graphviz

hello, this is addressed by this pull request: https://github.com/bramp/js-sequence-diagrams/pull/74

https://github.com/PeculiarVentures/js-zxing-pdf417/pull/5

to add width to default sample at http://peculiarventures.github.io/js-zxing-pdf417/examples/zxing-pdf417-example1.html ?

if you are looking for a NANs implementation, check out this test case: https://github.com/nodejs/nan/blob/master/test/cpp/asyncworker.cpp https://github.com/nodejs/nan/blob/master/test/js/asyncworker-test.js there is also async worker with progress callback, both worked great for me.

I will add that sometime this week.