#223: XP-STRUCTURE should be a proper subtype of STREAM ------------------------+--------------------------------------------------- Reporter: ehuelsmann | Owner: nobody Type: defect | Status: new Priority: major | Milestone: 1.2.0 Component: java | Version: Keywords: | ------------------------+---------------------------------------------------
Comment(by https://openid.fau.de/eg74yneg):
Seems this makes any cl-svg output fail (as diagnosed by ehuelsmann). Simple example:
{{{ (cl-svg:with-svg-to-file (svg 'cl-svg:svg-1.1-toplevel :height 300 :width 300) (#p"test.svg" :if-exists :supersede) (cl-svg:draw svg (:circle :cx 150 :cy 150 :r 140))) }}}