Closed
Bug 528656
Opened 16 years ago
Closed 16 years ago
support "font-family" values in SVG/SMIL
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
|
2.02 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
In order for SVG/SMIL to animate the "font" and "font-family" properties, we need nsStyleAnimation to support "font-family" values.
As with enumerated values (in bug 520486), font-family won't need Add/ComputeDistance/Interpolate implementations. We basically just need a representation in nsStyleAnimation::Value, and code in ExtractComputedValue / UncomputeValue.
Last I checked, I think "font-family" is represented in the style system as an enumerated value plus a possible string value (to handle non-standard family names).
| Assignee | ||
Comment 1•16 years ago
|
||
Bug 529934 will actually fix this on the nsStyleAnimation side. I'm reshaping this bug into supporting "font-family" on the SVG/SMIL side.
Assignee: nobody → dholbert
Component: Style System (CSS) → SVG
QA Contact: style-system → general
Summary: support "font-family" values in nsStyleAnimation → support "font-family" values in SVG/SMIL
| Assignee | ||
Comment 2•16 years ago
|
||
Attachment #413443 -
Flags: review?(roc)
Attachment #413443 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 3•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•