Create SVG graphics output

Issue #173 resolved
Axel Kramer repo owner created an issue

Convert expressions like:

  • Plot(Sin(x),{x,* -10,10})
  • Show(Graphics(Line({{0,1},{0,0},{1,0},{1,1}})))
  • Show(Graphics({Rectangle({1, 1})}))
  • Show(Graphics({Red, Rectangle({0, 0},{1, 3}), Blue, Rectangle({2, 1},{4, 2})}))

to SVG graphics format.

Comments (3)

  1. Log in to comment