Code

(sp_svg_write_color): Use CSS/XHTML/SVG Basic named colours (the 16 colours white...
authorpjrm <pjrm@users.sourceforge.net>
Mon, 13 Mar 2006 05:47:27 +0000 (05:47 +0000)
committerpjrm <pjrm@users.sourceforge.net>
Mon, 13 Mar 2006 05:47:27 +0000 (05:47 +0000)
commit4ae1ca116f0a51d4bad97c782e986f15b172e130
treea096e7d0d37ad130584a8e8efd6a59deb976b2a5
parent8c6c581aacfd89518bfb0c0ab7054183972ef997
(sp_svg_write_color): Use CSS/XHTML/SVG Basic named colours (the 16 colours white, red, lime, ..., but not the X11 colours) when possible; else use three hex difits (#ccc); else use existing six hex digits.
(sp_svg_write_color): Change return type from int (never used by existing callers) to void.
ChangeLog
src/svg/svg-color.cpp
src/svg/svg-color.h