Re: [ANN] dali SVG library 0.7.0

2016-04-05 Thread Pierre Allix
Wow very nice work. It's very close to what I did on github.com/pallix/lacij and https://github.com/pallix/tikkba and I'm wondering if some part could be put in common. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send

Re: [ANN] dali SVG library 0.7.0

2016-04-04 Thread Jules
This looks nice :-) an off-the-wall question - exposing my ignorance about how SVG is handled in the browser... given that I can server-push incremental DOM updates to my UI and that SVG seems to be expressed as a DOM (using reagent), could I do something similar with DALI to e.g. add nodes

Re: [ANN] dali SVG library 0.7.0

2016-02-14 Thread bernardH
On Thursday, February 11, 2016 at 1:49:54 AM UTC+1, Stathis Sideris wrote: > > Hello all, > > dali is a Clojure library for representing the SVG graphics format. It > allows the creation and manipulation of SVG files. The syntax >

Re: [ANN] dali SVG library 0.7.0

2016-02-12 Thread James Elliott
I agree, lovely indeed--I am already being tempted to learn to use it to just create some diagrams for my own documentation! Thank you. On Wednesday, February 10, 2016 at 7:40:57 PM UTC-6, Colin Fleming wrote: > > This looks really lovely, thanks! > > On 11 February 2016 at 13:51, Stathis

[ANN] dali SVG library 0.7.0

2016-02-10 Thread Stathis Sideris
Hello all, dali is a Clojure library for representing the SVG graphics format. It allows the creation and manipulation of SVG files. The syntax used to describe the graphical elements is based on hiccup

Re: [ANN] dali SVG library 0.7.0

2016-02-10 Thread Stathis Sideris
...aaand the link to the repo: https://github.com/stathissideris/dali On Thursday, 11 February 2016 00:49:54 UTC, Stathis Sideris wrote: > > Hello all, > > dali is a Clojure library for representing the SVG graphics format. It > allows the creation and manipulation of SVG files. The syntax >

Re: [ANN] dali SVG library 0.7.0

2016-02-10 Thread Colin Fleming
This looks really lovely, thanks! On 11 February 2016 at 13:51, Stathis Sideris wrote: > ...aaand the link to the repo: https://github.com/stathissideris/dali > > > On Thursday, 11 February 2016 00:49:54 UTC, Stathis Sideris wrote: >> >> Hello all, >> >> dali is a Clojure