Bug 265137 - [LBSE] Implement support for markers
Summary: [LBSE] Implement support for markers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords: InRadar
Depends on:
Blocks: 265134
  Show dependency treegraph
 
Reported: 2023-11-20 08:15 PST by Nikolas Zimmermann
Modified: 2024-01-31 03:19 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2023-11-20 08:15:00 PST
This affects at least the following tests in the svg/ subdirectory (taken from LayoutTests/platform/mac-sonoma-wk2-lbse-text/TestExpectations):

svg/W3C-SVG-1.1-SE/painting-marker-05-f.svg       [ ImageOnlyFailure ]
svg/W3C-SVG-1.1-SE/painting-marker-06-f.svg       [ ImageOnlyFailure ]
svg/W3C-SVG-1.1-SE/painting-marker-07-f.svg       [ ImageOnlyFailure ]
svg/W3C-SVG-1.1/painting-marker-01-f.svg          [ ImageOnlyFailure ]
svg/W3C-SVG-1.1/painting-marker-02-f.svg          [ ImageOnlyFailure ]
svg/W3C-SVG-1.1/painting-marker-03-f.svg          [ ImageOnlyFailure ]
svg/animations/animate-marker-orienttype-1.html   [ ImageOnlyFailure ]
svg/animations/animate-marker-orienttype-2.html   [ ImageOnlyFailure ]
svg/animations/animate-marker-orienttype-3.html   [ ImageOnlyFailure ]
svg/animations/animate-marker-orienttype-4.html   [ ImageOnlyFailure ]
svg/custom/circular-marker-reference-2.svg        [ Failure ]
svg/custom/js-late-marker-and-object-creation.svg [ Failure ]
svg/custom/js-late-marker-creation.svg            [ Failure ]
svg/custom/local-url-reference-marker.html        [ ImageOnlyFailure ]
svg/custom/marker-changes.svg                     [ Failure ]
svg/custom/marker-child-changes-css.svg           [ Failure ]
svg/custom/marker-child-changes.svg               [ Failure ]
svg/custom/marker-default-width-height.svg        [ Failure ]
svg/custom/marker-empty-path.svg                  [ Failure ]
svg/custom/marker-opacity.svg                     [ Failure ]
svg/custom/marker-orient-auto.html                [ Failure ]
svg/custom/marker-overflow-clip.svg               [ Failure ]
svg/custom/marker-referencePoint.svg              [ Failure ]
svg/custom/marker-strokeWidth-changes.svg         [ Failure ]
svg/custom/marker-viewBox-changes.svg             [ Failure ]
svg/custom/marker-zero-length-linecaps.svg        [ ImageOnlyFailure ]
svg/custom/non-circular-marker-reference.svg      [ Failure ]
svg/custom/non-scaling-stroke-markers.svg         [ Failure ]
svg/custom/painting-marker-07-f-inherit.svg       [ Failure ]
svg/custom/shapes-supporting-markers.svg          [ Failure ]
svg/custom/viewBox-empty.html                     [ ImageOnlyFailure ]
svg/markers/marker-orientation-minus-one.html     [ ImageOnlyFailure ]
svg/paint-order/paint-order-fill-markers.svg      [ ImageOnlyFailure ]
svg/paint-order/paint-order-fill.svg              [ ImageOnlyFailure ]
svg/paint-order/paint-order-markers-stroke.svg    [ ImageOnlyFailure ]
svg/paint-order/paint-order-markers.svg           [ ImageOnlyFailure ]
svg/paint-order/paint-order-normal.svg            [ ImageOnlyFailure ]
svg/paint-order/paint-order-stroke-marker.svg     [ ImageOnlyFailure ]
svg/paint-order/paint-order-stroke.svg            [ ImageOnlyFailure ]
Comment 1 Radar WebKit Bug Importer 2023-11-27 08:15:15 PST
<rdar://problem/118834323>
Comment 2 Nikolas Zimmermann 2024-01-30 07:42:10 PST
Pull request: https://github.com/WebKit/WebKit/pull/23513
Comment 3 EWS 2024-01-31 03:19:14 PST
Committed 273820@main (d692a7789edd): <https://commits.webkit.org/273820@main>

Reviewed commits have been landed. Closing PR #23513 and removing active labels.