Closed
Bug 763133
Opened 14 years ago
Closed 14 years ago
border-radius not clipping SVG contents
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: bzbarsky, Assigned: longsonr)
Details
Attachments
(2 files)
|
330 bytes,
text/html
|
Details | |
|
2.52 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Example:
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<svg id="paper" version="1.1" width="300" height="300"
style="border-radius: 200px; overflow: hidden; border: 1px solid green;
background-color: red;">
<rect x="0" y="0" width="400" height="400" fill="blue">
</svg>
</body>
</html>
| Assignee | ||
Comment 1•14 years ago
|
||
| Assignee | ||
Comment 2•14 years ago
|
||
Assignee: nobody → longsonr
Attachment #631757 -
Flags: review?(bzbarsky)
| Reporter | ||
Comment 3•14 years ago
|
||
Comment on attachment 631757 [details] [diff] [review]
patch
r=me
Attachment #631757 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Comment 4•14 years ago
|
||
Flags: in-testsuite+
Target Milestone: --- → mozilla16
Comment 5•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•