Andrew Brampton

Results 234 comments of Andrew Brampton

Ok, I've rolled out v2.0 based on Snap.svg. I haven't looked to see if that would work purely outside a browser, but I suspect it will (with perhaps some minor...

This is cool, but I avoided merging as it introduces a new syntax that I'm unsure about supporting in the future. For example, we currently use Raphael that generates VML...

Looks good to me. Would you drop the changes to the files under dist. Those would be autogenerated from the files in src at the next release.

Thanks @benweet for this work. Sorry for not reviewing sooner! I've made some changes which has broken this pull request. However, I have some questions/comments 1) I've pinned the jison...

wjam@, would you be able to provide me a minimal working example of this error? (http://sscce.org/) Thanks.

Thanks Will. I will investigate. On 12 May 2015 1:26 am, "Will May" [email protected] wrote: > I've just created a test case > https://github.com/wjam/js-sequence-diagram-issue-99 and it's as > minimal as...

Hey, The site is using https://github.com/phaistonian/SVGInnerHTML to allow it to export the SVG. The code I use on the site looks like: ``` javascript download_link.click(function(ev) { var svg = diagram_div.find('svg')[0];...

Not right now. You could create the diagram, export as SVG and alter with a vector editing software. There is a ticket and a branch where someone added colour and...

If I understand you correctly, I think you just need to flip your arrows. Instead of CC.

Would you show me the resulting image with your change. I would like to understand what you were trying to achieve. Thanks