WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
164068
SVG circle getting drawn as a square
https://bugs.webkit.org/show_bug.cgi?id=164068
Summary
SVG circle getting drawn as a square
Stephen Lavelle
Reported
2016-10-27 12:25:06 PDT
Created
attachment 293041
[details]
This should be a red circle, and it is a red circle on chrome and firefox, but on safari/webkit it's a square Attached is an svg file which renders as a red circle (the correct option) on chrome ( 54.0.2840.71 ) + firefox ( 49.0.2 ), but as a red square on safari 10.0 and the webkit technology preview.
Attachments
This should be a red circle, and it is a red circle on chrome and firefox, but on safari/webkit it's a square
(311 bytes, image/svg+xml)
2016-10-27 12:25 PDT
,
Stephen Lavelle
no flags
Details
simpler test case
(152 bytes, image/svg+xml)
2016-10-28 23:30 PDT
,
Said Abou-Hallawa
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2016-10-28 23:02:49 PDT
Known issue, below WebKit. Tracked by <
rdar://problem/28507197
> internally.
Said Abou-Hallawa
Comment 2
2016-10-28 23:29:40 PDT
This is a simpler test case: <svg viewBox="0 0 30 20" version="1.1" xmlns="
http://www.w3.org/2000/svg
"> <circle stroke-width="1.3" cx="2" cy="2" r="0.3" stroke="red"/> </svg> The bug happens only with some value of stroke-width > r. Displaying a rectangle instead of a circle is a bug but it is not the normal case. Usually stroke-width < r.
Said Abou-Hallawa
Comment 3
2016-10-28 23:30:19 PDT
Created
attachment 293283
[details]
simpler test case
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug