Re: Simple picture language

2018-03-27 Thread Thompson, David
On Mon, Mar 26, 2018 at 5:51 PM, Ricardo Wurmus wrote: > Hi Guilers, > > I wrote a simple SVG-based picture language. Wow! I never would have thought to use sxml to generate svg files. I always thought we would have to use cairo or some custom renderer in order to have a picture language. This is

Re: Simple picture language

2018-03-27 Thread Matt Wette
On 03/27/2018 05:40 AM, Thompson, David wrote: On Mon, Mar 26, 2018 at 5:51 PM, Ricardo Wurmus wrote: Hi Guilers, I wrote a simple SVG-based picture language. Wow! I never would have thought to use sxml to generate svg files. I always thought we would have to use cairo or some custom render