[cairo-commit] libsvg ChangeLog,1.77,1.78
Keith Packard
commit at pdx.freedesktop.org
Thu Dec 1 10:50:24 PST 2005
Committed by: keithp
Update of /cvs/cairo/libsvg
In directory gabe:/tmp/cvs-serv12709
Modified Files:
ChangeLog
Log Message:
2005-12-01 Keith Packard <keithp at keithp.com>
* src/svg_parser.c: (_svg_parser_parse_text_characters):
Oops - text elements get characters in chunks when there
are non-trivial entities in the string.
Also, glue all of the text into a single implicit tspan
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libsvg/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- ChangeLog 1 Dec 2005 18:29:45 -0000 1.77
+++ ChangeLog 1 Dec 2005 18:50:22 -0000 1.78
@@ -1,5 +1,12 @@
2005-12-01 Keith Packard <keithp at keithp.com>
+ * src/svg_parser.c: (_svg_parser_parse_text_characters):
+ Oops - text elements get characters in chunks when there
+ are non-trivial entities in the string.
+ Also, glue all of the text into a single implicit tspan
+
+2005-12-01 Keith Packard <keithp at keithp.com>
+
* src/svg_parser.c: (_svg_parser_sax_start_element),
(_svg_parser_parse_text), (_svg_parser_parse_tspan),
(_svg_parser_parse_text_characters):
More information about the cairo-commit
mailing list