mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Issue #2737 - Part 1: Base implementation of SVGGeometryElement.
Mostly mechanical changes to generalize path geometry for all SVG draw elements. No user-exposed changes.
This commit is contained in:
parent
8ae2b45691
commit
fd4a224d1d
45 changed files with 368 additions and 319 deletions
|
|
@ -65,6 +65,7 @@ EXPORTS.mozilla.dom += [
|
|||
'SVGFilterElement.h',
|
||||
'SVGForeignObjectElement.h',
|
||||
'SVGGElement.h',
|
||||
'SVGGeometryElement.h',
|
||||
'SVGGradientElement.h',
|
||||
'SVGGraphicsElement.h',
|
||||
'SVGImageElement.h',
|
||||
|
|
@ -131,8 +132,6 @@ UNIFIED_SOURCES += [
|
|||
'nsSVGNumber2.cpp',
|
||||
'nsSVGNumberPair.cpp',
|
||||
'nsSVGPathDataParser.cpp',
|
||||
'nsSVGPathGeometryElement.cpp',
|
||||
'nsSVGPolyElement.cpp',
|
||||
'nsSVGString.cpp',
|
||||
'nsSVGTransform.cpp',
|
||||
'nsSVGViewBox.cpp',
|
||||
|
|
@ -190,6 +189,7 @@ UNIFIED_SOURCES += [
|
|||
'SVGForeignObjectElement.cpp',
|
||||
'SVGFragmentIdentifier.cpp',
|
||||
'SVGGElement.cpp',
|
||||
'SVGGeometryElement.cpp',
|
||||
'SVGGradientElement.cpp',
|
||||
'SVGGraphicsElement.cpp',
|
||||
'SVGImageElement.cpp',
|
||||
|
|
@ -218,6 +218,7 @@ UNIFIED_SOURCES += [
|
|||
'SVGPatternElement.cpp',
|
||||
'SVGPointList.cpp',
|
||||
'SVGPointListSMILType.cpp',
|
||||
'SVGPolyElement.cpp',
|
||||
'SVGPolygonElement.cpp',
|
||||
'SVGPolylineElement.cpp',
|
||||
'SVGPreserveAspectRatio.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue