Closed
Bug 1579294
Opened 6 years ago
Closed 2 years ago
[motion-1] Make sure ray() also work properly on SVG layout
Categories
(Core :: SVG, defect, P3)
Core
SVG
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: boris, Unassigned)
References
(Blocks 1 open bug)
Details
My current implementation of ray() is buggy if we use SVG layout because
- We don't store the size info into mRect for all SVG frames
- The definition of the containing box of SVG layout is not clear to me. We use the containing box to calculate the path length of
ray().
| Reporter | ||
Updated•6 years ago
|
Summary: [motion-1] Make sure ray() works properly also on SVG layout → [motion-1] Make sure ray() also works properly on SVG layout
| Reporter | ||
Updated•6 years ago
|
Summary: [motion-1] Make sure ray() also works properly on SVG layout → [motion-1] Make sure ray() also work properly on SVG layout
Updated•3 years ago
|
Severity: normal → S3
| Reporter | ||
Comment 1•2 years ago
|
||
Close this bug for now because the definition of the containing box of SVG layout is clear now and we should handle it well.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•