Closed
Bug 339867
Opened 18 years ago
Closed 18 years ago
nsIDOMSVGViewSpec interface doesn't exist
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: jhpedemonte, Assigned: tor)
References
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
3.82 KB,
patch
|
jwatt
:
review+
roc
:
superreview+
darin.moz
:
approval1.8.1+
|
Details | Diff | Splinter Review |
While working on bug 333618 and compiling nsIDOMSVGSVGElement, got an error that it couldn't find nsIDOMSVGViewSpec. Turns out that interface isn't defined anywhere. Here's what w3.org SVG spec shows for this interface: interface SVGViewSpec : SVGZoomAndPan, SVGFitToViewBox { readonly attribute SVGTransformList transform; readonly attribute SVGElement viewTarget; readonly attribute DOMString viewBoxString; readonly attribute DOMString preserveAspectRatioString; readonly attribute DOMString transformString; readonly attribute DOMString viewTargetString; };
Attachment #223981 -
Flags: review?(jwatt)
![]() |
||
Comment 2•18 years ago
|
||
Comment on attachment 223981 [details] [diff] [review] nsIDOMSVGViewSpec.idl r=jwatt
Attachment #223981 -
Flags: review?(jwatt) → review+
Attachment #223981 -
Flags: superreview?(roc)
Attachment #223981 -
Flags: superreview?(roc) → superreview+
Checked in on trunk.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment on attachment 223981 [details] [diff] [review] nsIDOMSVGViewSpec.idl Javier needs this for JavaXPCOM.
Attachment #223981 -
Flags: approval1.8.1?
Comment 5•18 years ago
|
||
Comment on attachment 223981 [details] [diff] [review] nsIDOMSVGViewSpec.idl a=darin on behalf of drivers
Attachment #223981 -
Flags: approval1.8.1? → approval1.8.1+
You need to log in
before you can comment on or make changes to this bug.
Description
•