Closed
Bug 309177
Opened 19 years ago
Closed 19 years ago
SVG clipping incorrect
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: martin.hejral, Unassigned)
Details
Attachments
(5 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20050912 Firefox/1.6a1
please open test case SVG file in attachments;
MINIMAL TEST CASE contain a bitmap image clipped by the SVG text:
<image xlink:href="checker.png" x="40" y="170"
width="400" height="128" clip-path="url(#orez)"/>
you will see NO clipped image
Reproducible: Always
Steps to Reproduce:
please copy SVG+PNG from attachments to local disk and open MINIMAL TEST CASE
SVG file
Actual Results:
you will see NO clipped image| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•19 years ago
|
||
| Reporter | ||
Comment 3•19 years ago
|
||
Comment on attachment 196669 [details] MINIMAL TEST CASE after some experiments with this SVG graphics I discover, that clip operation works, but CLIP MASK IS as it were DISPLACED about +-50 pixels... This bug maybe cohere with BUG309168 ?
Updated•19 years ago
|
Summary: SVG clipping uncorrect → SVG clipping incorrect
Comment 4•19 years ago
|
||
replaced "checker.png" with "https://bugzilla.mozilla.org/attachment.cgi?id=196668" so testcase and image don't have to be downloaded.
Comment 5•19 years ago
|
||
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.9a1) Gecko/20050918 SeaMonkey/1.1a seems WFM, gdiplus.dll copied into seamonkey program directory.
| Reporter | ||
Comment 6•19 years ago
|
||
Comment 7•19 years ago
|
||
Martin, this works for me now in FF1.5 and latest trunk? Do you still see the issue or can we close this bug?
| Reporter | ||
Comment 8•19 years ago
|
||
(In reply to comment #7) > Martin, this works for me now in FF1.5 and latest trunk? Do you still see the > issue or can we close this bug? > YES, it works! Thanks! Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20060110 Firefox/1.6a1
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 9•19 years ago
|
||
No specific bug / patch referenced as the fix. -> WORKSFORME
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•