Closed
Bug 264380
Opened 21 years ago
Closed 21 years ago
implement SVGTextContentElement.getComputedTextLength
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: tor, Assigned: tor)
Details
Attachments
(1 file)
|
1.07 KB,
patch
|
alex
:
review+
|
Details | Diff | Splinter Review |
Attachment #162087 -
Flags: review?(alex)
Comment 2•21 years ago
|
||
Comment on attachment 162087 [details] [diff] [review]
implement nsSVGTextElement::GetComputedTextLength
r=afri
>+ _retval = 0;
Should be
*_retval = 0;
Attachment #162087 -
Flags: review?(alex) → review+
Checked in with fix.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•