Added svg example
This commit is contained in:
parent
0fc8103e7a
commit
7204a52e7c
5
examples/projects/svg.lisp
Normal file
5
examples/projects/svg.lisp
Normal file
@ -0,0 +1,5 @@
|
||||
(def points
|
||||
(add "0,100 " "50,25 " "50,75 " "100,0"))
|
||||
|
||||
(print
|
||||
(add "<?xml version='1.0' encoding='iso-8859-1'?><svg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve'><polyline points='" points "' /></svg>"))
|
Loading…
x
Reference in New Issue
Block a user