[armedbear-ticket] [armedbear] #223: XP-STRUCTURE should be a proper subtype of STREAM
armedbear
armedbear-devel at common-lisp.net
Wed Oct 31 00:12:09 UTC 2012
#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)))
}}}
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/223#comment:3>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list