Closed
Bug 267224
Opened 20 years ago
Closed 18 years ago
clipPath can't handle complex structure
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: tor, Unassigned)
References
Details
Attachments
(1 file)
|
952 bytes,
image/svg+xml
|
Details |
The current implementation of clipPath can't handle clipPaths which have elements with different clip-rule properties or that reference other clipPaths.
The attached svg file works correctly in Adobe SVG Plugin (shows only red rectangle) but not in FireFox 1.5 (shows black borders around red rectangle). (The SVG code has clipPath-definition referencing another clipPath)
WFM on the trunk.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 3•18 years ago
|
||
Fixed by bug 193825 (I assume).
You need to log in
before you can comment on or make changes to this bug.
Description
•