Open
Bug 1243746
Opened 10 years ago
Updated 3 years ago
small image transform scale rendering issues
Categories
(Core :: Layout, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: damianstefaniak1987, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
Steps to reproduce:
Hi,
I'm currently working on a web app and have come accross an issue with <img> rendering.
When you create a small line image 1-3px wide and use transform scale on the wrapping element the line image will start blinking and at some scale it won't be visible.
I've created an example page to reproduce the issue. Please see 'IMG' line and use scroll to "zoom out".
http://codepen.io/DamianS1987/pen/qbYowp
I was able to recreate the issue on Mac and Win10, FF (version 43.04, and 44.0).
Please let me know if you have any questions.
Thanks!
Actual results:
When you create a small line image 1-3px wide and use transform scale on the wrapping element the line image will start blinking and at some scale it won't be visible.
Expected results:
The image element should be visible on any scale.
| Reporter | ||
Updated•10 years ago
|
I do not see the blinking.
But the width shown on the screen is not consistent with the zooming of the transform.
The lines are becoming bigger, but also smaller, for additional steps upwards.
In the small scales of the transform, the line may disappear (= too small to show?), but one step lower, it may appear again.
This behaviour is also to see with IE.
| Reporter | ||
Comment 2•10 years ago
|
||
Just to clarify, the line won't be visible on some scale level. It will be blinking during the scale operation, as a result of the lines not being visible on some zoom levels.
I was able to recreate this issue with IE11. It should be fine with Edge(at least the newest version) and Chrome though.
- tested on Win10 and El Captain
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•