Enable smoothing for svgs
This commit is contained in:
parent
5e29f6fbfa
commit
97165df3b4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user