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)

defect

Tracking

()

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.

Assignee: boris.chiou → nobody
Has Regression Range: --- → yes
Keywords: regression
Severity: normal → S3
Depends on: 1559232
No longer depends on: 1559232
You need to log in before you can comment on or make changes to this bug.