diff options
author | Emmanuel Pacaud <emmanuel.pacaud@free.fr> | 2007-02-21 23:23:32 +0100 |
---|---|---|
committer | Emmanuel Pacaud <emmanuel.pacaud@free.fr> | 2007-02-21 23:23:32 +0100 |
commit | 1bc1f8ef46a27aa21f8d29b39e645ee5a0e95cda (patch) | |
tree | 7315553bf5b1ba628be8749d9e447bd8b7131f3e /src | |
parent | 7d91c8a2cb3f2a5e0afe0d0c90956add51a4e27c (diff) |
Set overflow to visible for symbols.
It makes viewers implementing correctly the SVG specification show texts.
Diffstat (limited to 'src')
-rw-r--r-- | src/cairo-svg-surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-svg-surface.c b/src/cairo-svg-surface.c index 1ef5e4c0..1788a99a 100644 --- a/src/cairo-svg-surface.c +++ b/src/cairo-svg-surface.c @@ -676,7 +676,7 @@ _cairo_svg_document_emit_glyph (cairo_svg_document_t *document, cairo_status_t status; _cairo_output_stream_printf (document->xml_node_glyphs, - "<symbol id=\"glyph%d-%d\">\n", + "<symbol overflow=\"visible\" id=\"glyph%d-%d\">\n", font_id, subset_glyph_index); |