[Webkit-unassigned] [Bug 52810] [Qt] 9 tests have different results on 64 bit and/or in debug mode compared to 32 bit and/or release mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 6 03:35:43 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=52810





--- Comment #9 from Zoltan Herczeg <zherczeg at webkit.org>  2011-06-06 03:35:43 PST ---
In 32 and 64 debug the following SVG has 1px difference:

<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 450 500">
    <circle cx="20" cy="20" r="40" style="stroke-width: 12px"/>
</svg>

10,11c10,11
<   RenderSVGRoot {svg} at (106,0) size 96x72
<     RenderSVGPath {circle} at (106,0) size 96x72 [fill={[type=SOLID] [color=#000000]}] [cx=20.00] [cy=20.00] [r=40.00]
---
>   RenderSVGRoot {svg} at (106,0) size 97x72
>     RenderSVGPath {circle} at (106,0) size 97x72 [fill={[type=SOLID] [color=#000000]}] [cx=20.00] [cy=20.00] [r=40.00]

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



More information about the webkit-unassigned mailing list