Closed
Bug 665323
Opened 15 years ago
Closed 15 years ago
svg images are not scaled when zoom is increased with STRG++
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: maximilian.mehnert, Unassigned)
Details
Attachments
(3 files, 4 obsolete files)
User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
Build Identifier: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
When a page containing an SVG image (<img src=...) is zoomed, the SVG image remains the same size.
Reproducible: Always
Comment 1•15 years ago
|
||
http://blog.echo-flow.com/2010/10/16/masters-thesis-update-1/ zooms fine for me on both Firefox 4 and Firefox trunk. Do you have an example that does not?
| Reporter | ||
Comment 2•15 years ago
|
||
Comment 3•15 years ago
|
||
Can you attach individual files please?
| Reporter | ||
Comment 4•15 years ago
|
||
Attachment #540301 -
Attachment is obsolete: true
| Reporter | ||
Comment 5•15 years ago
|
||
| Reporter | ||
Comment 6•15 years ago
|
||
Updated•15 years ago
|
Attachment #540305 -
Attachment mime type: text/plain → application/xhtml+xml
Updated•15 years ago
|
Attachment #540305 -
Attachment mime type: application/xhtml+xml → text/html
Comment 7•15 years ago
|
||
Comment on attachment 540307 [details]
example to reproduce reported effect css file
>
>body {
> margin:0;
> padding:0;
> border:0; /* This removes the border around the viewport in old versions of IE */
> width:100%;
> background:#fff;
> min-width:600px; /* Minimum width of layout - remove line if not required */
> /* The min-width property does not work in old versions of Internet Explorer */
> font-size:11pt;
>
> font-family: "Liberation Sans";
> font-style: normal;
>}
>a {
> color:#13235b;
>}
>img {
> margin:10px 0 5px;
>}
>
>#header {
> clear:both;
> width:100%;
> font-size: 90%;
> text-align: center;
>}
>
>#logo {
> background: url(test.svg);
> width: 247.3px;
> height: 90.6px;
> margin: 15px auto;
> text-align: center;
> }
>
Attachment #540307 -
Attachment mime type: text/plain → text/css
Comment 8•15 years ago
|
||
Attachment #540305 -
Attachment is obsolete: true
Comment 9•15 years ago
|
||
Attachment #540307 -
Attachment is obsolete: true
Comment 10•15 years ago
|
||
Attachment #540317 -
Attachment is obsolete: true
Comment 11•15 years ago
|
||
The example works for me now that I've fixed up the links.
Is browser.zoom.full set to true in your about:config?
| Reporter | ||
Comment 12•15 years ago
|
||
Huuh. browser.zoom.full was set to false. That was it. Don't know why it had a non-default value. Sorry.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•