Bug 139107 - The <svg> tag "clip" attribute is not respected
Summary: The <svg> tag "clip" attribute is not respected
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, LayerBasedSVGEngine
Depends on:
Blocks:
 
Reported: 2014-11-29 20:21 PST by Said Abou-Hallawa
Modified: 2023-12-22 19:27 PST (History)
3 users (show)

See Also:


Attachments
svg clipping example (1.07 KB, image/svg+xml)
2014-11-29 20:21 PST, Said Abou-Hallawa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2014-11-29 20:21:40 PST
Created attachment 242288 [details]
svg clipping example

In the attached svg all the rectangles should be clipped to 100x100 px.
Comment 1 Radar WebKit Bug Importer 2014-12-01 10:48:04 PST
<rdar://problem/19103372>
Comment 2 Ahmad Saleem 2023-01-01 06:17:35 PST
It is still broken in Safari 16.2, Safari Technology Preview 160 and Chrome Canary 111 and showing "red" outline (on three sides) for all squares except first while Firefox Nightly 110 only show rectangles without red outlines.

Just wanted to share updated result. Thanks!