[jira] [Updated] (FOP-3327) Add square dot style to leader rule
"Joao Goncalves (Jira)" <[email protected]> Wed, 15 Jul 2026 17:37:00 +0000 (UTC)
| Newsgroups | gmane.text.xml.fop.devel |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/FOP-3327?page=3Dcom.atlassian.=
jira.plugin.system.issuetabpanels:all-tabpanel ]
Joao Goncalves updated FOP-3327:
--------------------------------
Issue Type: Improvement (was: Bug)
> Add square dot style to leader rule
> -----------------------------------
>
> Key: FOP-3327
> URL: https://issues.apache.org/jira/browse/FOP-3327
> Project: FOP
> Issue Type: Improvement
> Reporter: Joao Goncalves
> Assignee: Joao Goncalves
> Priority: Major
>
> Currently, rule leader styling options do not allow for the dots to be sq=
uares. The PDF spec shows it's possible to have square dots as well as roun=
d dots.
> In FOP, if we replaced the following method=C2=A0
> {code:java}
> public PDFContentGeneratorHelper setRoundCap() {
> return add("J", "1");
> } {code}
> with=C2=A0
> {code:java}
> public PDFContentGeneratorHelper setRoundCap() {
> return add("J", "2");
> } {code}
> the dots will be squares. This was done for testing purposes only.
> We should add support for square dots.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)