Closed
Bug 246857
Opened 21 years ago
Closed 21 years ago
<svg:defs>
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: tor, Assigned: tor)
Details
Attachments
(1 file)
47.89 KB,
patch
|
alex
:
review+
|
Details | Diff | Splinter Review |
Nothing exciting - a few dummy interfaces/classes and making nsSVGGFrame
inherit
from nsSVGDefsFrame.
Attachment #150822 -
Flags: review?(alex)
Comment 2•21 years ago
|
||
Comment on attachment 150822 [details] [diff] [review]
<svg:defs> implementation
r=afri
>+
>+NS_INTERFACE_MAP_BEGIN(nsSVGDefsElement)
>+ NS_INTERFACE_MAP_ENTRY(nsIDOMNode)
>+ NS_INTERFACE_MAP_ENTRY(nsIDOMElement)
>+ NS_INTERFACE_MAP_ENTRY(nsIDOMSVGDefsElement)
>+ NS_INTERFACE_MAP_ENTRY(nsIDOMSVGDefsElement)
>+ NS_INTERFACE_MAP_ENTRY_CONTENT_CLASSINFO(SVGDefsElement)
>+NS_INTERFACE_MAP_END_INHERITING(nsSVGDefsElementBase)
>+
One too many nsIDOMSVGDefsElement.
I still don't quite understand the purpose of transforms on <defs>, but I'm the
reasons will transpire at some point.
Attachment #150822 -
Flags: review?(alex) → review+
Checked in.
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
•