Closed
Bug 907392
Opened 12 years ago
Closed 12 years ago
SVG image cropped by too small rectangle
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 736431
People
(Reporter: ahto.truu, Unassigned)
Details
Attachments
(1 file)
|
470 bytes,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0 (Beta/Release)
Build ID: 20130814063812
Steps to reproduce:
An SVG image embedded in a DIV element is cropped to much smaller rectangle than the size of the DIV. Selecting the cropped-out elements in the element inspector indicates their positions are calculated correctly, they are just not displayed.
Actual results:
Only top-left one of the four circles in the image in the enclosed file is visible.
Expected results:
Expected to see all four circles. This is also what happens in all other browsers I have tested with.
Comment 1•12 years ago
|
||
It should work if you add “width="600" height="275"” attributes or “style="height: 275px; width: 600px"” to the svg tag instead of the div tag.
Comment 3•12 years ago
|
||
maybe duplication of Bug 736431
Comment 4•12 years ago
|
||
Indeed it is.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•