[cairo-bugs] [Bug 5314] svg-print backend
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Jan 29 09:13:45 PST 2006
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=5314
------- Additional Comments From emmanuel.pacaud at free.fr 2006-01-30 04:09 -------
Hi Dom,
Your patch breaks compositing of svg surfaces.
+ surface->xml_node = xmlNewChild (surface->document->xml_node_main,
+ NULL, CC2XML ("g"), NULL);
When you had before:
- surface->xml_node = xmlNewChild (surface->id == 0 ?
- document->xml_node_main :
- document->xml_node_defs,
- NULL, CC2XML ("g"), NULL);
And in one page svg, there's a useless <g> </g> around main surface.
Otherwise, it's ok to commit.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the cairo-bugs
mailing list