Re: Fwd: SVG Path, Polyline, and Polygon data coordinates

I coded a small script called "VLEX" that helps me to layout SVG for
different screen resolutions. It very generic and works with expressions
like the following:

 

vlex="d:M100,{$cY} Q{max(100,$cX-200)},200 {$cX},{$cY}"

 

I have a bunch of examples on github: https://github.com/indus/VLEX. I
thought maybe you want to have a look to get inspiration for use-cases.

Best Regards

Stefan Keim

 

P.S.: This commit is very fresh, and so not very much tested.

Received on Wednesday, 16 April 2014 13:03:03 UTC