summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmmanuel Pacaud <emmanuel.pacaud@free.fr>2007-02-21 23:23:32 +0100
committerEmmanuel Pacaud <emmanuel.pacaud@free.fr>2007-02-21 23:23:32 +0100
commit1bc1f8ef46a27aa21f8d29b39e645ee5a0e95cda (patch)
tree7315553bf5b1ba628be8749d9e447bd8b7131f3e /src
parent7d91c8a2cb3f2a5e0afe0d0c90956add51a4e27c (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.c2
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);