Bug 394335 - incorrect mapping for marker units enum. r=longsonr, sr+a=roc

This commit is contained in:
tor@cs.brown.edu 2007-08-31 10:03:10 -07:00
parent 6ce65bf391
commit 26bf65e3ee

View File

@ -58,7 +58,7 @@ nsSVGElement::LengthInfo nsSVGMarkerElement::sLengthInfo[4] =
};
nsSVGEnumMapping nsSVGMarkerElement::sUnitsMap[] = {
{&nsGkAtoms::objectBoundingBox, nsIDOMSVGMarkerElement::SVG_MARKERUNITS_STROKEWIDTH},
{&nsGkAtoms::strokeWidth, nsIDOMSVGMarkerElement::SVG_MARKERUNITS_STROKEWIDTH},
{&nsGkAtoms::userSpaceOnUse, nsIDOMSVGMarkerElement::SVG_MARKERUNITS_USERSPACEONUSE},
{nsnull, 0}
};