[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-kawa] [bug #49361] (kawa pictures) library SVG error?
From: |
Sudarshan S Chawathe |
Subject: |
[Bug-kawa] [bug #49361] (kawa pictures) library SVG error? |
Date: |
Sat, 17 Dec 2016 20:32:52 -0000 |
User-agent: |
Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?49361>
Summary: (kawa pictures) library SVG error?
Project: Kawa
Submitted by: chaw
Submitted on: Sun 16 Oct 2016 05:06:06 PM GMT
Category: Scheme library
Severity: 3 - Normal
Item Group: Unexpected result
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
[I sent this to the mailing list and immediately thereafter realized I should
have submitted it here instead. Sorry for the duplication. Also, the circ1 in
the code snippet is as in the documentation examples.]
In experimenting with the new (kawa pictures) library I encountered a
minor error:
* picture-write-svg: The resulting file seems to have a syntax error
(at least chromium and emacs both complain about it). For example,
with
(picture-write-svg (with-paint 'hot-pink
(hbox (fill circ1) (draw circ1)))
"/tmp/t.svg")
I get the following from in a chromium browser:
error on line 2 at column 44: Space required after the Public
Identifier
Adding the space where suggested in the SVG file fixes the problem.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?49361>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-kawa] [bug #49361] (kawa pictures) library SVG error?,
Sudarshan S Chawathe <=