mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 03:48:03 +02:00
xml: fix unclosed <scaled-font> element
a closing tag </scaled-font> has been missing, mistakenly an opening tag <scaled-font> has been emitted. See discussion in: https://lists.cairographics.org/archives/cairo/2018-December/028822.html https://lists.cairographics.org/archives/cairo/2019-January/028828.html
This commit is contained in:
parent
269522fbe9
commit
10760d29d1
1 changed files with 1 additions and 1 deletions
|
|
@ -1007,7 +1007,7 @@ _cairo_xml_emit_scaled_font (cairo_xml_t *xml,
|
|||
}
|
||||
|
||||
_cairo_xml_indent (xml, -2);
|
||||
_cairo_xml_printf (xml, "<scaled-font>");
|
||||
_cairo_xml_printf (xml, "</scaled-font>");
|
||||
|
||||
return status;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue