[Bug 53249] fop sample.fo -print does not work on Mac OS X

2012-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53249

Pawel Jaworski pawe...@7bulls.com changed:

   What|Removed |Added

   Severity|normal  |regression

-- 
You are receiving this mail because:
You are the assignee for the bug.


Re: [Vote] for the merge of Temp_RoundedCorners

2012-10-24 Thread Peter Hancock
With 7 +1 votes and a 0.5 for limited CSS3 support I am able to close
the vote and perform the merge.

Thank you to all those who explored the feature and provide feedback!

Peter

On Tue, Oct 23, 2012 at 11:36 PM, Luis Bernardo lmpmberna...@gmail.com wrote:

 my vote: +1


 On 10/12/12 10:40 AM, Peter Hancock wrote:

 Hi,

 Luis Benardo and Myself have just done some clean up to the branch
 Temp_RoundedCorners.  This branch implements support for 'fox'
 extension properties  for specifying borders with rounded corners.
 Please refer to [1] and [2] for details.

 There is an example fo [3] that demonstrates the feature.

 Currently we are supporting:
PDF, PS and AFP outputs
'border-style' property with values of  'solid', 'none', 'hidden'
 and, to a limited degree, 'dashed'

 I would like to start a vote to merge feature branch to trunk, with my +1.

 Thanks,

 Peter

 [1] http://wiki.apache.org/xmlgraphics-fop/RoundedBorders
 [2] http://xmlgraphics.staging.apache.org/fop/trunk/extensions.html
 [2] examples/fo/advanced/rounded-corners.fo in the Temp_RoundedCorners
 branch




[Bug 54041] Support for Rounded Corners

2012-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54041

--- Comment #1 from Peter Hancock peter.hanc...@gmail.com ---
For an example see examples/fo/advanced/rounded-corners.fo

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 54041] Support for Rounded Corners

2012-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54041

Peter Hancock peter.hanc...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Peter Hancock peter.hanc...@gmail.com ---
Feature merged into trunk at revision 1401607

-- 
You are receiving this mail because:
You are the assignee for the bug.


Re: svn commit: r1401607 [1/3] - in /xmlgraphics/fop/trunk: ./ examples/fo/advanced/ src/documentation/intermediate-format-ng/ src/java/org/apache/fop/afp/ src/java/org/apache/fop/area/ src/java/org/a

2012-10-24 Thread Pascal Sancho
Hi,

This merge seems introduce 3 deprecated warning.
I'm not sure, but it is possible that UnitConv has migrated to
xmlgraphics.commons



compile-java:
[mkdir] Created dir: D:\bin\java\fop\trunk\build\classes
[javac] Compiling 1441 source files to D:\bin\java\fop\trunk\build\classes
[javac] 
D:\bin\java\fop\trunk\src\java\org\apache\fop\render\AbstractPathOrientedRenderer.java:52:
warning: [deprecation] org.apache.fop.util.UnitConv in
org.apache.fop.util has been deprecated
[javac] import org.apache.fop.util.UnitConv;
[javac]   ^
[javac] 
D:\bin\java\fop\trunk\src\java\org\apache\fop\render\AbstractPathOrientedRenderer.java:999:
warning: [deprecation] org.apache.fop.util.UnitConv in
org.apache.fop.util has been deprecated
[javac] concatenateTransformationMatrix(UnitConv.mptToPt(at));
[javac] ^
[javac] 
D:\bin\java\fop\trunk\src\java\org\apache\fop\render\AbstractPathOrientedRenderer.java:999:
warning: [deprecation] mptToPt(java.awt.geom.AffineTransform) in
org.apache.fop.util.UnitConv has been deprecated
[javac] concatenateTransformationMatrix(UnitConv.mptToPt(at));
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 3 warnings


2012/10/24  phanc...@apache.org:
 Author: phancock
 Date: Wed Oct 24 10:20:17 2012
 New Revision: 1401607

 URL: http://svn.apache.org/viewvc?rev=1401607view=rev
 Log:
 Added support for Rounded Corners (see Bugzilla 54041).

 Contributions made by PH, JM and LB
 (...)

-- 
pascal