Skip to content

Commit

Permalink
Move more SVG code into legacy
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=261652

Reviewed by Nikolas Zimmermann.

Move more SVG code into legacy so we can concentrate better
on the more modern LBSE implementation.

* Source/WebCore/CMakeLists.txt:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGContainer.cpp: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGContainer.cpp.
(WebCore::LegacyRenderSVGContainer::LegacyRenderSVGContainer):
(WebCore::LegacyRenderSVGContainer::layout):
(WebCore::LegacyRenderSVGContainer::selfWillPaint):
(WebCore::LegacyRenderSVGContainer::paint):
(WebCore::LegacyRenderSVGContainer::addFocusRingRects const):
(WebCore::LegacyRenderSVGContainer::updateCachedBoundaries):
(WebCore::LegacyRenderSVGContainer::nodeAtFloatPoint):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGContainer.h: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGContainer.h.
(WebCore::LegacyRenderSVGContainer::didTransformToRootUpdate):
(WebCore::LegacyRenderSVGContainer::isObjectBoundingBoxValid const):
(WebCore::LegacyRenderSVGContainer::calculateLocalTransform):
(WebCore::LegacyRenderSVGContainer::calcViewport):
(WebCore::LegacyRenderSVGContainer::applyViewportClip):
(WebCore::LegacyRenderSVGContainer::pointIsInsideViewportClip):
(WebCore::LegacyRenderSVGContainer::determineIfLayoutSizeChanged):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGEllipse.cpp: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGEllipse.cpp.
(WebCore::LegacyRenderSVGEllipse::LegacyRenderSVGEllipse):
(WebCore::LegacyRenderSVGEllipse::updateShapeFromElement):
(WebCore::LegacyRenderSVGEllipse::calculateRadiiAndCenter):
(WebCore::LegacyRenderSVGEllipse::fillShape const):
(WebCore::LegacyRenderSVGEllipse::strokeShape const):
(WebCore::LegacyRenderSVGEllipse::shapeDependentStrokeContains):
(WebCore::LegacyRenderSVGEllipse::shapeDependentFillContains const):
(WebCore::LegacyRenderSVGEllipse::isRenderingDisabled const):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGEllipse.h: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGEllipse.h.
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGForeignObject.cpp: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGForeignObject.cpp.
(WebCore::LegacyRenderSVGForeignObject::LegacyRenderSVGForeignObject):
(WebCore::LegacyRenderSVGForeignObject::foreignObjectElement const):
(WebCore::LegacyRenderSVGForeignObject::paint):
(WebCore::LegacyRenderSVGForeignObject::localToParentTransform const):
(WebCore::LegacyRenderSVGForeignObject::updateLogicalWidth):
(WebCore::LegacyRenderSVGForeignObject::computeLogicalHeight const):
(WebCore::LegacyRenderSVGForeignObject::layout):
(WebCore::LegacyRenderSVGForeignObject::nodeAtFloatPoint):
(WebCore::LegacyRenderSVGForeignObject::offsetFromContainer const):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGForeignObject.h: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGForeignObject.h.
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGHiddenContainer.cpp: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGHiddenContainer.cpp.
(WebCore::LegacyRenderSVGHiddenContainer::LegacyRenderSVGHiddenContainer):
(WebCore::LegacyRenderSVGHiddenContainer::layout):
(WebCore::LegacyRenderSVGHiddenContainer::paint):
(WebCore::LegacyRenderSVGHiddenContainer::absoluteQuads const):
(WebCore::LegacyRenderSVGHiddenContainer::nodeAtFloatPoint):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGHiddenContainer.h: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGHiddenContainer.h.
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGImage.cpp: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGImage.cpp.
(WebCore::LegacyRenderSVGImage::LegacyRenderSVGImage):
(WebCore::LegacyRenderSVGImage::willBeDestroyed):
(WebCore::LegacyRenderSVGImage::imageElement const):
(WebCore::LegacyRenderSVGImage::calculateObjectBoundingBox const):
(WebCore::LegacyRenderSVGImage::updateImageViewport):
(WebCore::LegacyRenderSVGImage::layout):
(WebCore::LegacyRenderSVGImage::paint):
(WebCore::LegacyRenderSVGImage::paintForeground):
(WebCore::LegacyRenderSVGImage::invalidateBufferedForeground):
(WebCore::LegacyRenderSVGImage::nodeAtFloatPoint):
(WebCore::LegacyRenderSVGImage::imageChanged):
(WebCore::LegacyRenderSVGImage::addFocusRingRects const):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGImage.h: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGImage.h.
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGModelObject.cpp: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGModelObject.cpp.
(WebCore::LegacyRenderSVGModelObject::LegacyRenderSVGModelObject):
(WebCore::LegacyRenderSVGModelObject::clippedOverflowRect const):
(WebCore::LegacyRenderSVGModelObject::computeFloatVisibleRectInContainer const):
(WebCore::LegacyRenderSVGModelObject::mapLocalToContainer const):
(WebCore::LegacyRenderSVGModelObject::pushMappingToContainer const):
(WebCore::LegacyRenderSVGModelObject::outlineBoundsForRepaint const):
(WebCore::LegacyRenderSVGModelObject::boundingRects const):
(WebCore::LegacyRenderSVGModelObject::absoluteQuads const):
(WebCore::LegacyRenderSVGModelObject::willBeDestroyed):
(WebCore::LegacyRenderSVGModelObject::styleDidChange):
(WebCore::LegacyRenderSVGModelObject::nodeAtPoint):
(WebCore::getElementCTM):
(WebCore::intersectsAllowingEmpty):
(WebCore::isGraphicsElement):
(WebCore::LegacyRenderSVGModelObject::absoluteFocusRingQuads):
(WebCore::LegacyRenderSVGModelObject::checkIntersection):
(WebCore::LegacyRenderSVGModelObject::checkEnclosure):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGModelObject.h: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGModelObject.h.
(WebCore::LegacyRenderSVGModelObject::element const):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGPath.cpp: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGPath.cpp.
(WebCore::LegacyRenderSVGPath::LegacyRenderSVGPath):
(WebCore::LegacyRenderSVGPath::updateShapeFromElement):
(WebCore::LegacyRenderSVGPath::calculateUpdatedStrokeBoundingBox const):
(WebCore::useStrokeStyleToFill):
(WebCore::LegacyRenderSVGPath::strokeShape const):
(WebCore::LegacyRenderSVGPath::shapeDependentStrokeContains):
(WebCore::LegacyRenderSVGPath::shouldStrokeZeroLengthSubpath const):
(WebCore::LegacyRenderSVGPath::zeroLengthLinecapPath const):
(WebCore::LegacyRenderSVGPath::zeroLengthSubpathRect const):
(WebCore::LegacyRenderSVGPath::updateZeroLengthSubpaths):
(WebCore::LegacyRenderSVGPath::strokeZeroLengthSubpaths const):
(WebCore::LegacyRenderSVGPath::isRenderingDisabled const):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGPath.h: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGPath.h.
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGRect.cpp: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGRect.cpp.
(WebCore::LegacyRenderSVGRect::LegacyRenderSVGRect):
(WebCore::LegacyRenderSVGRect::rectElement const):
(WebCore::LegacyRenderSVGRect::updateShapeFromElement):
(WebCore::LegacyRenderSVGRect::fillShape const):
(WebCore::LegacyRenderSVGRect::strokeShape const):
(WebCore::LegacyRenderSVGRect::shapeDependentStrokeContains):
(WebCore::LegacyRenderSVGRect::shapeDependentFillContains const):
(WebCore::LegacyRenderSVGRect::isRenderingDisabled const):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGRect.h: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGRect.h.
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGRoot.cpp: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGRoot.cpp.
(WebCore::LegacyRenderSVGRoot::LegacyRenderSVGRoot):
(WebCore::LegacyRenderSVGRoot::svgSVGElement const):
(WebCore::LegacyRenderSVGRoot::hasIntrinsicAspectRatio const):
(WebCore::LegacyRenderSVGRoot::calculateIntrinsicSize const):
(WebCore::LegacyRenderSVGRoot::computeIntrinsicRatioInformation const):
(WebCore::LegacyRenderSVGRoot::isEmbeddedThroughSVGImage const):
(WebCore::LegacyRenderSVGRoot::isEmbeddedThroughFrameContainingSVGDocument const):
(WebCore::LegacyRenderSVGRoot::computeReplacedLogicalWidth const):
(WebCore::LegacyRenderSVGRoot::computeReplacedLogicalHeight const):
(WebCore::LegacyRenderSVGRoot::layout):
(WebCore::LegacyRenderSVGRoot::shouldApplyViewportClip const):
(WebCore::LegacyRenderSVGRoot::paintReplaced):
(WebCore::LegacyRenderSVGRoot::willBeDestroyed):
(WebCore::LegacyRenderSVGRoot::insertedIntoTree):
(WebCore::LegacyRenderSVGRoot::willBeRemovedFromTree):
(WebCore::LegacyRenderSVGRoot::styleDidChange):
(WebCore::LegacyRenderSVGRoot::buildLocalToBorderBoxTransform):
(WebCore::LegacyRenderSVGRoot::localToParentTransform const):
(WebCore::LegacyRenderSVGRoot::clippedOverflowRect const):
(WebCore::LegacyRenderSVGRoot::computeFloatVisibleRectInContainer const):
(WebCore::LegacyRenderSVGRoot::mapLocalToContainer const):
(WebCore::LegacyRenderSVGRoot::pushMappingToContainer const):
(WebCore::LegacyRenderSVGRoot::updateCachedBoundaries):
(WebCore::LegacyRenderSVGRoot::nodeAtPoint):
(WebCore::LegacyRenderSVGRoot::hasRelativeDimensions const):
(WebCore::LegacyRenderSVGRoot::addResourceForClientInvalidation):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGRoot.h: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGRoot.h.
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGShape.cpp: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGShape.cpp.
(WebCore::LegacyRenderSVGShape::LegacyRenderSVGShape):
(WebCore::LegacyRenderSVGShape::updateShapeFromElement):
(WebCore::LegacyRenderSVGShape::isEmpty const):
(WebCore::LegacyRenderSVGShape::fillShape const):
(WebCore::LegacyRenderSVGShape::strokeShape const):
(WebCore::LegacyRenderSVGShape::shapeDependentStrokeContains):
(WebCore::LegacyRenderSVGShape::shapeDependentFillContains const):
(WebCore::LegacyRenderSVGShape::fillContains):
(WebCore::LegacyRenderSVGShape::strokeContains):
(WebCore::LegacyRenderSVGShape::layout):
(WebCore::LegacyRenderSVGShape::nonScalingStrokePath const):
(WebCore::LegacyRenderSVGShape::setupNonScalingStrokeContext):
(WebCore::LegacyRenderSVGShape::nonScalingStrokeTransform const):
(WebCore::LegacyRenderSVGShape::shouldGenerateMarkerPositions const):
(WebCore::LegacyRenderSVGShape::fillShape):
(WebCore::LegacyRenderSVGShape::strokeShapeInternal):
(WebCore::LegacyRenderSVGShape::strokeShape):
(WebCore::LegacyRenderSVGShape::fillStrokeMarkers):
(WebCore::LegacyRenderSVGShape::paint):
(WebCore::LegacyRenderSVGShape::addFocusRingRects const):
(WebCore::LegacyRenderSVGShape::isPointInFill):
(WebCore::LegacyRenderSVGShape::isPointInStroke):
(WebCore::LegacyRenderSVGShape::getTotalLength const):
(WebCore::LegacyRenderSVGShape::getPointAtLength const):
(WebCore::LegacyRenderSVGShape::nodeAtFloatPoint):
(WebCore::markerForType):
(WebCore::LegacyRenderSVGShape::markerRect const):
(WebCore::LegacyRenderSVGShape::calculateObjectBoundingBox const):
(WebCore::LegacyRenderSVGShape::calculateStrokeBoundingBox const):
(WebCore::LegacyRenderSVGShape::updateRepaintBoundingBox):
(WebCore::LegacyRenderSVGShape::strokeWidth const):
(WebCore::LegacyRenderSVGShape::hasSmoothStroke const):
(WebCore::LegacyRenderSVGShape::drawMarkers):
(WebCore::LegacyRenderSVGShape::createPath const):
(WebCore::LegacyRenderSVGShape::processMarkerPositions):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGShape.h: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGShape.h.
(WebCore::LegacyRenderSVGShape::setNeedsShapeUpdate):
(WebCore::LegacyRenderSVGShape::hasPath const):
(WebCore::LegacyRenderSVGShape::path const):
(WebCore::LegacyRenderSVGShape::clearPath):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGShapeInlines.h: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGShapeInlines.h.
(WebCore::LegacyRenderSVGShape::hasNonScalingStroke const):
(WebCore::LegacyRenderSVGShape::graphicsElement const):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGTransformableContainer.cpp: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGTransformableContainer.cpp.
(WebCore::LegacyRenderSVGTransformableContainer::LegacyRenderSVGTransformableContainer):
(WebCore::LegacyRenderSVGTransformableContainer::calculateLocalTransform):
(WebCore::LegacyRenderSVGTransformableContainer::graphicsElement):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGTransformableContainer.h: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGTransformableContainer.h.
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGViewportContainer.cpp: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGViewportContainer.cpp.
(WebCore::LegacyRenderSVGViewportContainer::LegacyRenderSVGViewportContainer):
(WebCore::LegacyRenderSVGViewportContainer::svgSVGElement const):
(WebCore::LegacyRenderSVGViewportContainer::determineIfLayoutSizeChanged):
(WebCore::LegacyRenderSVGViewportContainer::applyViewportClip):
(WebCore::LegacyRenderSVGViewportContainer::calcViewport):
(WebCore::LegacyRenderSVGViewportContainer::calculateLocalTransform):
(WebCore::LegacyRenderSVGViewportContainer::viewportTransform const):
(WebCore::LegacyRenderSVGViewportContainer::pointIsInsideViewportClip):
(WebCore::LegacyRenderSVGViewportContainer::paint):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGViewportContainer.h: Renamed from Source/WebCore/rendering/svg/LegacyRenderSVGViewportContainer.h.

Canonical link: https://commits.webkit.org/268081@main
  • Loading branch information
rwlbuis committed Sep 18, 2023
1 parent f1de549 commit 4fa5731
Show file tree
Hide file tree
Showing 28 changed files with 50 additions and 37 deletions.
1 change: 1 addition & 0 deletions Source/WebCore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ set(WebCore_PRIVATE_INCLUDE_DIRECTORIES
"${WEBCORE_DIR}/rendering/shapes"
"${WEBCORE_DIR}/rendering/style"
"${WEBCORE_DIR}/rendering/svg"
"${WEBCORE_DIR}/rendering/svg/legacy"
"${WEBCORE_DIR}/rendering/updating"
"${WEBCORE_DIR}/replay"
"${WEBCORE_DIR}/storage"
Expand Down
24 changes: 12 additions & 12 deletions Source/WebCore/Sources.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2731,18 +2731,18 @@ rendering/style/StyleTransformData.cpp
rendering/style/StyleVisitedLinkColorData.cpp
rendering/style/TextSizeAdjustment.cpp
rendering/style/WillChangeData.cpp
rendering/svg/LegacyRenderSVGContainer.cpp
rendering/svg/LegacyRenderSVGEllipse.cpp
rendering/svg/LegacyRenderSVGForeignObject.cpp
rendering/svg/LegacyRenderSVGHiddenContainer.cpp
rendering/svg/LegacyRenderSVGImage.cpp
rendering/svg/LegacyRenderSVGModelObject.cpp
rendering/svg/LegacyRenderSVGPath.cpp
rendering/svg/LegacyRenderSVGRect.cpp
rendering/svg/LegacyRenderSVGRoot.cpp
rendering/svg/LegacyRenderSVGShape.cpp
rendering/svg/LegacyRenderSVGTransformableContainer.cpp
rendering/svg/LegacyRenderSVGViewportContainer.cpp
rendering/svg/legacy/LegacyRenderSVGContainer.cpp
rendering/svg/legacy/LegacyRenderSVGEllipse.cpp
rendering/svg/legacy/LegacyRenderSVGForeignObject.cpp
rendering/svg/legacy/LegacyRenderSVGHiddenContainer.cpp
rendering/svg/legacy/LegacyRenderSVGImage.cpp
rendering/svg/legacy/LegacyRenderSVGModelObject.cpp
rendering/svg/legacy/LegacyRenderSVGPath.cpp
rendering/svg/legacy/LegacyRenderSVGRect.cpp
rendering/svg/legacy/LegacyRenderSVGRoot.cpp
rendering/svg/legacy/LegacyRenderSVGShape.cpp
rendering/svg/legacy/LegacyRenderSVGTransformableContainer.cpp
rendering/svg/legacy/LegacyRenderSVGViewportContainer.cpp
rendering/svg/RenderSVGBlock.cpp
rendering/svg/RenderSVGContainer.cpp
rendering/svg/RenderSVGEllipse.cpp
Expand Down
62 changes: 37 additions & 25 deletions Source/WebCore/WebCore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1566,6 +1566,7 @@
44CE2BBF264379AF007AE110 /* WebTextIndicatorLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 44CE2BBE2643799E007AE110 /* WebTextIndicatorLayer.h */; settings = {ATTRIBUTES = (Private, ); }; };
44CF5099299B90730038D284 /* RequestPriority.h in Headers */ = {isa = PBXBuildFile; fileRef = 44CF5098299B906F0038D284 /* RequestPriority.h */; settings = {ATTRIBUTES = (Private, ); }; };
44E349F9246F4E190068479C /* LibWebRTCEnumTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 44E349F7246F4DC70068479C /* LibWebRTCEnumTraits.h */; settings = {ATTRIBUTES = (Private, ); }; };
44E8AB4F2AB6014E00F443A8 /* SVGSubpathData.h in Headers */ = {isa = PBXBuildFile; fileRef = 44E8AB4E2AB6014D00F443A8 /* SVGSubpathData.h */; };
44EEA100274757F100594A83 /* ImageControlsMac.h in Headers */ = {isa = PBXBuildFile; fileRef = 44EEA0FA274727F200594A83 /* ImageControlsMac.h */; };
4512502315DCE37D002F84E2 /* SpinButtonElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 4512502115DCE37D002F84E2 /* SpinButtonElement.h */; };
453EB637159C570400001BB7 /* DateTimeFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 453EB635159C570400001BB7 /* DateTimeFormat.h */; settings = {ATTRIBUTES = (Private, ); }; };
Expand Down Expand Up @@ -10343,6 +10344,7 @@
44E88E51236A5C8D009B4847 /* Highlight.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Highlight.h; sourceTree = "<group>"; };
44E88E52236A667F009B4847 /* HighlightRegister.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = HighlightRegister.cpp; sourceTree = "<group>"; };
44E88E54236A66A1009B4847 /* Highlight.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Highlight.cpp; sourceTree = "<group>"; };
44E8AB4E2AB6014D00F443A8 /* SVGSubpathData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SVGSubpathData.h; sourceTree = "<group>"; };
44EEA0F627449C0000594A83 /* imageControlsMac.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = imageControlsMac.css; sourceTree = "<group>"; };
44EEA0FA274727F200594A83 /* ImageControlsMac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ImageControlsMac.h; sourceTree = "<group>"; };
44EEA0FC274727F400594A83 /* ImageControlsMac.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ImageControlsMac.cpp; sourceTree = "<group>"; };
Expand Down Expand Up @@ -21004,31 +21006,7 @@
088C2F7412390080003D65CE /* svg */ = {
isa = PBXGroup;
children = (
4367088312D9CA4A00044234 /* LegacyRenderSVGContainer.cpp */,
4367088412D9CA4A00044234 /* LegacyRenderSVGContainer.h */,
2B42359F15250F6000DBBCD8 /* LegacyRenderSVGEllipse.cpp */,
2B4235A015250F6000DBBCD8 /* LegacyRenderSVGEllipse.h */,
43C092B924AAE36500A889C3 /* LegacyRenderSVGForeignObject.cpp */,
43C092BA24AAE36500A889C3 /* LegacyRenderSVGForeignObject.h */,
4367088713E8CA3B00055F14 /* LegacyRenderSVGHiddenContainer.cpp */,
4367088813E8CA3B00055F14 /* LegacyRenderSVGHiddenContainer.h */,
4367088912C9CA4A00044234 /* LegacyRenderSVGImage.cpp */,
4367188A12D9DB4A00055234 /* LegacyRenderSVGImage.h */,
4367088B12D9CA4A00044234 /* LegacyRenderSVGModelObject.cpp */,
4367088C12D9CA4A00044234 /* LegacyRenderSVGModelObject.h */,
ADDF1AD41257CD9A0003A759 /* LegacyRenderSVGPath.cpp */,
ADDF1AD51257CD9A0003A759 /* LegacyRenderSVGPath.h */,
A10BB5821484E3A700B2E87A /* LegacyRenderSVGRect.cpp */,
A10BB5831484E3A700B2E87A /* LegacyRenderSVGRect.h */,
436708A512D9CA4B00044234 /* LegacyRenderSVGRoot.cpp */,
436708A612D9CA4B00044234 /* LegacyRenderSVGRoot.h */,
A10BB5881484E3B300B2E87A /* LegacyRenderSVGShape.cpp */,
A10BB5891484E3B300B2E87A /* LegacyRenderSVGShape.h */,
CDF747F6270F86A4008FEEEC /* LegacyRenderSVGShapeInlines.h */,
436708A912D9CA4B00044234 /* LegacyRenderSVGTransformableContainer.cpp */,
436708AA12D9CA4B00044234 /* LegacyRenderSVGTransformableContainer.h */,
436708AB12D9CA3C000A2245 /* LegacyRenderSVGViewportContainer.cpp */,
436708AC12D9CA3C000A2245 /* LegacyRenderSVGViewportContainer.h */,
446DB7B22AB5F6B400682219 /* legacy */,
4367088112D9CA4A00044234 /* RenderSVGBlock.cpp */,
4367088212D9CA4A00044234 /* RenderSVGBlock.h */,
CDF747EA270F6D88008FEEEC /* RenderSVGBlockInlines.h */,
Expand Down Expand Up @@ -21129,6 +21107,7 @@
436708BB12D9CA4B00044234 /* SVGResourcesCycleSolver.h */,
0854B0101255E4E600B9CDD0 /* SVGRootInlineBox.cpp */,
0854B0111255E4E600B9CDD0 /* SVGRootInlineBox.h */,
44E8AB4E2AB6014D00F443A8 /* SVGSubpathData.h */,
08F0BFBD1255C53C00075185 /* SVGTextChunk.cpp */,
08F0BFBE1255C53C00075185 /* SVGTextChunk.h */,
081668D1125603BF006F25DE /* SVGTextChunkBuilder.cpp */,
Expand Down Expand Up @@ -24054,6 +24033,38 @@
name = en.lproj;
sourceTree = "<group>";
};
446DB7B22AB5F6B400682219 /* legacy */ = {
isa = PBXGroup;
children = (
4367088312D9CA4A00044234 /* LegacyRenderSVGContainer.cpp */,
4367088412D9CA4A00044234 /* LegacyRenderSVGContainer.h */,
2B42359F15250F6000DBBCD8 /* LegacyRenderSVGEllipse.cpp */,
2B4235A015250F6000DBBCD8 /* LegacyRenderSVGEllipse.h */,
43C092B924AAE36500A889C3 /* LegacyRenderSVGForeignObject.cpp */,
43C092BA24AAE36500A889C3 /* LegacyRenderSVGForeignObject.h */,
4367088713E8CA3B00055F14 /* LegacyRenderSVGHiddenContainer.cpp */,
4367088813E8CA3B00055F14 /* LegacyRenderSVGHiddenContainer.h */,
4367088912C9CA4A00044234 /* LegacyRenderSVGImage.cpp */,
4367188A12D9DB4A00055234 /* LegacyRenderSVGImage.h */,
4367088B12D9CA4A00044234 /* LegacyRenderSVGModelObject.cpp */,
4367088C12D9CA4A00044234 /* LegacyRenderSVGModelObject.h */,
ADDF1AD41257CD9A0003A759 /* LegacyRenderSVGPath.cpp */,
ADDF1AD51257CD9A0003A759 /* LegacyRenderSVGPath.h */,
A10BB5821484E3A700B2E87A /* LegacyRenderSVGRect.cpp */,
A10BB5831484E3A700B2E87A /* LegacyRenderSVGRect.h */,
436708A512D9CA4B00044234 /* LegacyRenderSVGRoot.cpp */,
436708A612D9CA4B00044234 /* LegacyRenderSVGRoot.h */,
A10BB5881484E3B300B2E87A /* LegacyRenderSVGShape.cpp */,
A10BB5891484E3B300B2E87A /* LegacyRenderSVGShape.h */,
CDF747F6270F86A4008FEEEC /* LegacyRenderSVGShapeInlines.h */,
436708A912D9CA4B00044234 /* LegacyRenderSVGTransformableContainer.cpp */,
436708AA12D9CA4B00044234 /* LegacyRenderSVGTransformableContainer.h */,
436708AB12D9CA3C000A2245 /* LegacyRenderSVGViewportContainer.cpp */,
436708AC12D9CA3C000A2245 /* LegacyRenderSVGViewportContainer.h */,
);
path = legacy;
sourceTree = "<group>";
};
4497D58C0EBA854F00A10552 /* ios */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -41563,6 +41574,7 @@
B2227AA90D00BF220071B782 /* SVGStopElement.h in Headers */,
B2227AAC0D00BF220071B782 /* SVGStringList.h in Headers */,
B2227AB80D00BF220071B782 /* SVGStyleElement.h in Headers */,
44E8AB4F2AB6014E00F443A8 /* SVGSubpathData.h in Headers */,
B2227ABB0D00BF220071B782 /* SVGSVGElement.h in Headers */,
B2227ABE0D00BF220071B782 /* SVGSwitchElement.h in Headers */,
B2227AC10D00BF220071B782 /* SVGSymbolElement.h in Headers */,
Expand Down

0 comments on commit 4fa5731

Please sign in to comment.