Bug 238050 - implement SVG markers. r=scooter, moz common files sr=dbaron

git-svn-id: svn://10.0.0.236/trunk@166471 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tor%cs.brown.edu
2004-12-09 03:16:15 +00:00
parent d3166f292c
commit 308eece6d8
44 changed files with 3146 additions and 34 deletions

View File

@@ -1405,6 +1405,15 @@ static const nsCSSProperty gPauseSubpropTable[] = {
eCSSProperty_UNKNOWN
};
#ifdef MOZ_SVG
static const nsCSSProperty gMarkerSubpropTable[] = {
eCSSProperty_marker_start,
eCSSProperty_marker_mid,
eCSSProperty_marker_end,
eCSSProperty_UNKNOWN
};
#endif
const nsCSSProperty *const
nsCSSProps::kSubpropertyTable[eCSSProperty_COUNT - eCSSProperty_COUNT_no_shorthands] = {
#define CSS_PROP_SHORTHAND(name_, id_, method_) g##method_##SubpropTable,