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)

x86
Linux
defect
Not set
normal

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
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?
Attached file example to reproduce reported effect (obsolete) —
Can you attach individual files please?
Attached file example to reproduce reported effect (obsolete) —
Attachment #540301 - Attachment is obsolete: true
Attachment #540305 - Attachment mime type: text/plain → application/xhtml+xml
Attachment #540305 - Attachment mime type: application/xhtml+xml → text/html
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
Attached file example to reproduce reported effect (obsolete) —
Attachment #540305 - Attachment is obsolete: true
Attachment #540317 - Attachment is obsolete: true
The example works for me now that I've fixed up the links. Is browser.zoom.full set to true in your about:config?
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.

Attachment

General

Created:
Updated:
Size: