https://issues.apache.org/bugzilla/show_bug.cgi?id=46593
Summary: Rasterizer bug
Product: Batik
Version: 1.7
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: SVG Rasterizer
AssignedTo: [email protected]
ReportedBy: [email protected]
Linux: CentOS4.7
Java: j2sdk 1.4.2.19 (i586)
Rasterizer rendering image(in attach) from svg-file:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1000" height="800" xmlns="http://www.w3.org/2000/svg"
version="1.1">
<g filter="url(#textBlockFilter)">
<polygon points="641,196 730,230 666,196" fill="url(#triangleGradient1)" />
<polygon points="746,196 731,230 756,196" fill="url(#triangleGradient2)" />
<rect x="641" y="141" width="115" height="55" rx="1" fill="#F7F4DD" />
</g>
<g filter="url(#textBlockFilter)">
<polygon points="200,255 111,289 225,255" fill="url(#triangleGradient3)" />
<rect x="200" y="200" width="115" height="55" rx="1" fill="#F7F4DD" />
</g>
<defs>
<filter id="textBlockFilter">
<feGaussianBlur in="SourceAlpha" result="text_block_blur" stdDeviation="2" />
<feOffset in="text_block_blur" result="text_block_blur_offset" dx="1" dy="1" />
<feComposite in="SourceGraphic" in2="text_block_blur_offset" operator="over" />
</filter>
<linearGradient id="triangleGradient1" x1="0.14044943820225" y1="0" x2="1"
y2="1"><stop offset="15%" style="stop-color:#F7F4DD; stop-opacity:1" /><stop
offset="50%" style="stop-color:#F3E89A; stop-opacity:1" /></linearGradient>
<linearGradient id="triangleGradient2" x1="0.8" y1="0" x2="0" y2="1"><stop
offset="15%" style="stop-color:#F7F4DD; stop-opacity:1" /><stop offset="50%"
style="stop-color:#F3E89A; stop-opacity:1" /></linearGradient>
<linearGradient id="triangleGradient3" x1="0.89035087719298" y1="0" x2="0"
y2="1"><stop offset="15%" style="stop-color:#F7F4DD; stop-opacity:1" /><stop
offset="50%" style="stop-color:#F3E89A; stop-opacity:1" /></linearGradient>
</defs>
</svg>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]