Open
Bug 1590542
Opened 4 years ago
Updated 3 months ago
[motion-1] The initial position of ray() is not correct if position is static
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: boris, Unassigned)
References
(Blocks 2 open bugs, Regression)
Details
(Keywords: regression)
The initial position is not correct for a very simple case:
#a {
width: 100px;
height: 100px;
offset-path: ray(90deg closest-side);
}
<div id='a'></div>
This should look like no offset-path
, but it moves (-50px, -50px), based on the transform-origin
. I miss this simple test case when working on this.
Reporter | ||
Updated•2 years ago
|
Assignee: boris.chiou → nobody
Updated•1 year ago
|
Has Regression Range: --- → yes
Updated•1 year ago
|
Keywords: regression
Updated•8 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•