https://issues.apache.org/bugzilla/show_bug.cgi?id=53431
Priority: P2
Bug ID: 53431
Assignee: [email protected]
Summary: [PATCH] SVG line dash pattern wrong in PDF
Severity: minor
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: all
Component: pdf
Product: Fop
Created attachment 28951
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28951&action=edit
patch
This issue is discussed in a recent fop-dev thread:
http://marc.info/?l=fop-dev&m=133817089626596&w=2.
In simple terms, the following SVG element with two paths is rendered wrong in
PDF (but not in PS). The second line appears dashed when it should not be. If
the paths are flipped the rendering is correct.
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" overflow="auto">
<path d="M 0 0 L 100 0" fill="white" stroke="black" stroke-width="1"
stroke-dasharray="5"/>
<path d="M 0 10 L 100 10" fill="white" stroke="red" stroke-width="3"/>
</svg>
--
You are receiving this mail because:
You are the assignee for the bug.