]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugzilla #53242: Support fractional line widths in AFP renderer, fixing problem with...
authorGlenn Adams <gadams@apache.org>
Thu, 17 May 2012 01:42:56 +0000 (01:42 +0000)
committerGlenn Adams <gadams@apache.org>
Thu, 17 May 2012 01:42:56 +0000 (01:42 +0000)
commit5a0e10ae9de3fdac3f68f909fce6fddea524a8d5
tree3ab7d5013ef3934dfcbdc4ab17f87fc11354c38c
parentc251ff4844177a7f2e0d77a55625acfb758f343f
Bugzilla #53242: Support fractional line widths in AFP renderer, fixing problem with SVG line drawing. Submitted by Luis Bernardo.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1339442 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
conf/fop.xconf
src/documentation/content/xdocs/trunk/configuration.xml
src/documentation/content/xdocs/trunk/output.xml
src/java/org/apache/fop/afp/AFPConstants.java
src/java/org/apache/fop/afp/AFPGraphics2D.java
src/java/org/apache/fop/afp/AFPPaintingState.java
src/java/org/apache/fop/afp/goca/GraphicsSetFractionalLineWidth.java [new file with mode: 0644]
src/java/org/apache/fop/afp/goca/GraphicsSetLineWidth.java
src/java/org/apache/fop/afp/modca/GraphicsObject.java
src/java/org/apache/fop/render/afp/AFPCustomizable.java
src/java/org/apache/fop/render/afp/AFPDocumentHandler.java
src/java/org/apache/fop/render/afp/AFPRendererConfigurator.java
status.xml
test/java/org/apache/fop/afp/AFPGraphics2DTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/afp/goca/GraphicsSetFractionalLineWidthTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/afp/goca/GraphicsSetLineWidthTestCase.java [new file with mode: 0644]