[cairo-bugs] [Bug 46255] Image Surface _cairo_image_surface_paint() has logic issue

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Feb 20 00:11:46 PST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=46255

--- Comment #3 from Hao <ihaohu at gmail.com> 2012-02-20 00:11:46 PST ---
Created attachment 57299
  --> https://bugs.freedesktop.org/attachment.cgi?id=57299
Correct result

Rendering result of following HTML page:

<body>
<iframe src="simple.svg" style="border: 1px solid red; width: 100px; height: 100px;"></iframe>
</body>

with the content of simple.svg to be following:

<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<circle cx="100" cy="100" r="100" />
</svg>

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the cairo-bugs mailing list