Re: Flowcharts in SVG?

As as die-hard programmer and faced with useless tools like Inkscape
I decided to write a scripting tool for this purpose.  The SVG
converters I've tried generate poor results.

It is by no means ready but here is my work-place:
https://github.com/cyberphone/web2native-bridge/blob/master/webpayment.resources/svg-gen/pullmode.svg
https://github.com/cyberphone/web2native-bridge/blob/master/webpayment.resources/src/org/webpki/w2nb/webpayment/resources/svg/diagrams/PullMode.java

On 2015-08-12 14:48, Joseph Potvin wrote:
> RE: "I want to do something of this complexity"
>
> http://www.eclipse.org/papyrus/
>
> Joseph Potvin
> Operations Manager | Gestionnaire des opérations
> The Opman Company | La compagnie Opman
> jpotvin@opman.ca <mailto:jpotvin@opman.ca>
> Mobile: 819-593-5983
>
> On Tue, Aug 11, 2015 at 12:17 PM, Anders Rundgren <anders.rundgren.net@gmail.com <mailto:anders.rundgren.net@gmail.com>> wrote:
>
>     On 2015-08-11 18:11, David I. Lehn wrote:
>
>         On Tue, Aug 11, 2015 at 11:15 AM, Anders Rundgren
>         <anders.rundgren.net@gmail.com <mailto:anders.rundgren.net@gmail.com>> wrote:
>
>             I have so far relied on PowerPoint to produce nice flowcharts which I
>             subsequently converted to PDF.
>             However, PDF and web are not ideal companions and bitmaps suck in today's
>             world with ultra-high resolution displays.
>
>             I have yet taken on this but I'm thinking about using SVG.
>             The problem is that authoring SVG sucks big-time and typically generate very
>             big files as well.
>
>             So I'm considering creating SVG from code to come up with something along
>             these lines:
>
>             http://webpki.org/papers/flowchart.html
>
>
>         Did you want a flowchart or some other type of diagram?  UML tools
>         would probably cover everything you could imagine but have a steep
>         learning curve.  Depending on your use case you might want to check
>         out blockdiag which supports basic functionality for a number of
>         diagram types with a simple input text syntax.
>
>         http://blockdiag.com/
>
>
>     I want to do something of this complexity:
>     http://webpki.org/papers/PKI/EMV-Tokenization-SET-3DSecure-WebCryptoPlusPlus-combo.pdf#page=4
>
>     Anders
>
>
>
>         -dave
>
>
>
>

Received on Friday, 14 August 2015 20:43:23 UTC