[Webkit-unassigned] [Bug 134379] New: in consistent rendering of stroked line on retina display

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 26 20:18:15 PDT 2014


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

           Summary: in consistent rendering of stroked line on retina
                    display
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: iOS
               URL: http://jsfiddle.net/bakhshi/uS2P2/11/
        OS/Version: iOS 7.0
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mmfrezabakhshi at yahoo.co.uk
                CC: zimmermann at kde.org


[RETINA display]

as soon as you add 'stroke-dasharray' css property the stroke is rendered double the normal width.
zooming in (change the viewbox of SVG element) results in inconsistent rendering of dash array. it looks like if you zoom in you have to decrease the dasharray values.

example:
normal: stroke-dasharray: 10;

to have the expected results when zooming in you have to change the stroke-dasharray like this:

stroke-dasharray: 5;

-- 
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