Bug 265135
Summary: | [LBSE] Fix remaining clipping issues | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | maggotfish, rbuis, sabouhallawa, webkit-bug-importer, zimmermann |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 265134 |
Nikolas Zimmermann
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/masking-intro-01-f.svg [ ImageOnlyFailure ]
svg/W3C-SVG-1.1/masking-path-01-b.svg [ ImageOnlyFailure ]
svg/W3C-SVG-1.1/masking-path-04-b.svg [ ImageOnlyFailure ]
svg/batik/text/textEffect2.svg [ ImageOnlyFailure ]
svg/batik/text/textProperties.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-clip-rule-003.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-clip-rule-005.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-clip-rule-007.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-clip-rule-008.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-clip-rule-010.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-content-use-001.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-content-use-003.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-content-use-004.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-content-use-005.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-content-use-006.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-css-transform-001.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-css-transform-002.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-objectboundingbox-004.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-marker-001.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-marker-002.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-marker-003.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-overflowing.html [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-svg-001.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-svg-002.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-svg-003.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-svg-004.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-on-svg-005.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-precision-001.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-recursion-001.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-recursion-002.svg [ Crash ImageOnlyFailure ]
svg/clip-path/clip-path-shape-border-box.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-shape-circle-1.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-shape-ellipse-1.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-shape-margin-box.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-shape-rounded-inset-1.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-shape-rounded-inset-2.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-shape-stroke.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-text-003.svg [ ImageOnlyFailure ]
svg/clip-path/clip-path-use-referencing-clipped-text.html [ ImageOnlyFailure ]
svg/clip-path/clip-path-use-referencing-text.html [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-001.svg [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-002.svg [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-003.svg [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-004.svg [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-005.svg [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-006.svg [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-007.svg [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-008.svg [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-009.svg [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-010.svg [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-panning-001.svg [ ImageOnlyFailure ]
svg/clip-path/mask-nested-clip-path-panning-002.svg [ ImageOnlyFailure ]
svg/custom/intersection-list-clipping.svg [ Failure ]
svg/custom/js-late-clipPath-and-object-creation.svg [ Failure ]
svg/custom/js-late-clipPath-creation.svg [ Failure ]
svg/custom/use-clipped-transform.svg [ Failure ]
svg/custom/use-on-clip-path-with-transformation.svg [ Failure ]
svg/custom/visibility-override-clip.svg [ Failure ]
svg/repaint/image-with-clip-path.svg [ ImageOnlyFailure ]
svg/transforms/svg-css-transforms-clip-path.xhtml [ Failure ]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/118834400>
Nikolas Zimmermann
@rbuis, almost done...
Rob Buis
(In reply to Nikolas Zimmermann from comment #2)
> @rbuis, almost done...
Yes, the list is much smaller now :) I do think some clip tests may seem to fail, but it could actually be a different problem, like transform dynamic updates not repainting correctly.