RESOLVED CONFIGURATION CHANGED 134379
inconsistent rendering of dashed line on retina display
https://bugs.webkit.org/show_bug.cgi?id=134379
Summary inconsistent rendering of dashed line on retina display
Reza
Reported 2014-06-26 20:18:34 PDT
[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;
Attachments
alan
Comment 1 2014-06-27 07:00:04 PDT
this looks terrible!
Brent Fulgham
Comment 2 2022-07-15 16:57:30 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.
Note You need to log in before you can comment on or make changes to this bug.