Enable smoothing for svgs

This commit is contained in:
Jens Axel Søgaard 2013-10-16 18:26:09 +02:00
parent 5e29f6fbfa
commit 97165df3b4

View File

@ -588,6 +588,7 @@
[width (pict-width p)]
[height (pict-height p)]
[output s]))
(send dc set-smoothing 'smoothed)
(send dc start-doc "Generating svg")
(send dc start-page)
(draw-pict p dc 0 0)