Closed Bug 1378288 Opened 7 years ago Closed 7 years ago

stylo: Interpolation between a list and 'none' for stroke-dasharray should use discrete interpolation

Categories

(Core :: CSS Parsing and Computation, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: birtles, Unassigned)

References

(Blocks 1 open bug)

Details

As per bug 1377052 comment 4 we have: Gecko: (none) -> 10px, 20px at ~50%: 10, 20 'none' -> 10px, 20px at ~50%: 10, 20 Blink: (none) -> 10px, 20px at ~50%: 10px, 20px 'none' -> 10px, 20px at ~50%: 10px, 20px Stylo: (none) -> 10px, 20px at ~50%: none 'none' -> 10px, 20px at ~50%: none Bug 1377053 will add a failing test for this. This bug is for making that test pass.
I'm going to fix this in bug 1377053.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.